BootstrapTagBoxProperties.CaseSensitiveTags Property
Specifies if tags are case sensitive.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue(true)]
public bool CaseSensitiveTags { get; set; }
<DefaultValue(True)>
Public Property CaseSensitiveTags As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if tags are case sensitive; otherwise, false. |
See Also
Feedback