<dx:ASPxComboBox ID="CmbCustomers" runat="server" Width="170px" DropDownWidth="550"
DropDownStyle="DropDownList" DataSourceID="dsCustomers" ValueField="CustomerID" 取值
ValueType="System.String" TextFormatString="{0}" //显示第一行EnableCallbackMode="true"IncrementalFilteringMode="StartsWith"
CallbackPageSize="30">
<Columns>
<dx:ListBoxColumn FieldName="ContactName" Width="130px" /> 多行分列
<dx:ListBoxColumn FieldName="CompanyName" Width="100%" />
<dx:ListBoxColumn FieldName="Country" Width="70px" />
<dx:ListBoxColumn FieldName="Phone" Width="100px" />
</Columns>
</dx:ASPxComboBox
DropDownStyle="DropDownList" DataSourceID="dsCustomers" ValueField="CustomerID" 取值
ValueType="System.String" TextFormatString="{0}" //显示第一行EnableCallbackMode="true"IncrementalFilteringMode="StartsWith"
CallbackPageSize="30">
<Columns>
<dx:ListBoxColumn FieldName="ContactName" Width="130px" /> 多行分列
<dx:ListBoxColumn FieldName="CompanyName" Width="100%" />
<dx:ListBoxColumn FieldName="Country" Width="70px" />
<dx:ListBoxColumn FieldName="Phone" Width="100px" />
</Columns>
</dx:ASPxComboBox