TokenBoxProperties.ItemValueType Property
Gets the data type of the editor's item values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(string))]
public Type ItemValueType { get; set; }
<DefaultValue(GetType(String))>
Public Property ItemValueType As Type
Property Value
Type | Default | Description |
---|---|---|
Type | 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.
See Also
Feedback