ASPxTokenBox.ItemValueType Property
In This Article
Gets the data type of the editor’s item values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Type | string | A Type object that is the type of item values. |
#Remarks
The ItemValueType property’s value affects the data type used to specify the ListEditItem.Value property of the editor’s items, accessible by the ASPxAutoCompleteBoxBase.Items property.
The ItemValueType property supports the following values.
Note
The Item
property values should be equal to the item’s value type (string, by default).
See Also