ASPxComboBox.ValueType Property
Gets the data type of the editor’s values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | string | A Type object that represents the type of values. |
Remarks
The ValueType property supports the following values.
<dx:ASPxComboBox ID="CmbCustomers" runat="server" ValueField="CustomerID" ValueType="System.String" ...>
<Columns>
...
</Columns>
</dx:ASPxComboBox>
See Also