Back to Devexpress

ASPxTokenBox.AllowCustomTokens Property

aspnet-devexpress-dot-web-dot-aspxtokenbox-4672adc6.md

latest1.7 KB
Original Source

ASPxTokenBox.AllowCustomTokens Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool AllowCustomTokens { get; set; }
vb
<DefaultValue(True)>
Public Property AllowCustomTokens As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

This property is a wrapper of the TokenBoxProperties.AllowCustomTokens property.

Important

The AllowCustomTokens property disables a user to create custom tokens only through the control’s interface.

See Also

Online Demo: Token Box - Features

ASPxTokenBox Class

ASPxTokenBox Members

DevExpress.Web Namespace