TokenBoxProperties.CaseSensitiveTokens Property
Specifies if tokens are case sensitive.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
See Also
Specifies if tokens are case sensitive.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
[DefaultValue(true)]
public bool CaseSensitiveTokens { get; set; }
<DefaultValue(True)>
Public Property CaseSensitiveTokens As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|