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

TokenBoxProperties.CaseSensitiveTokens Property

Specifies if tokens are case sensitive.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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