编辑的时候,让名称显示在文本框内,(是多列的)
 <dx:ASPxComboBox ID="cboEditResource" runat="server" Width="160px" Height="20px" DropDownWidth="350"   DropDownStyle="DropDownList" ValueType="System.String" TextFormatString="{0}" EnableCallbackMode="true" IncrementalFilteringMode="StartsWith"  CallbackPageSize="30" ClientIDMode="AutoID">
         <Columns>
              <dx:ListBoxColumn FieldName="resource_name" Width="130px" Caption="资源名称"/>
              <dx:ListBoxColumn FieldName="resource_code" Width="100%"  Caption="资源编码"/>
               <dx:ListBoxColumn FieldName="resource_Type" Width="100px"  Caption="资源类型"/>
          </Columns>
 </dx:ASPxComboBox>