ASPxTokenBox.AllowCustomTokens Property
In This Article
Gets or sets whether end-users can input custom tokens.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
The ASPxTokenBox allows end-users to input tokens by selecting them from the drop-down window or by typing them manually. Use the AllowCustomTokens property to specify whether end-users can input tokens that are not contained in the drop-down window.
Note
This property is a wrapper of the Token
Important
The Allow
See Also