Skip to main content
Tab

ASPxTokenBox.CaseSensitiveTokens Property

Specifies if tokens are case sensitive.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, if tokens are case sensitive; otherwise, false.

See Also