Back to Devexpress

ASPxTokenBox.ItemValueType Property

aspnet-devexpress-dot-web-dot-aspxtokenbox-dd23db6f.md

latest2.1 KB
Original Source

ASPxTokenBox.ItemValueType Property

Gets the data type of the editor’s item values.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(string))]
public Type ItemValueType { get; set; }
vb
<DefaultValue(GetType(String))>
Public Property ItemValueType As Type

Property Value

TypeDefaultDescription
Typestring

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 ItemValueType property values should be equal to the item’s value type (string, by default).

See Also

Token Box

ASPxTokenBox Class

ASPxTokenBox Members

DevExpress.Web Namespace