Skip to main content
A newer version of this page is available. .
Tab

TokenBoxProperties.AllowCustomTokens Property

Gets or sets whether end-users can input custom tokens.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AllowCustomTokens { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if custom tokens are available; otherwise, false.

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

The AllowCustomTokens property synchronizes its value with the editor’s ASPxTokenBox.AllowCustomTokens property.

See Also