Click or drag to resize
ListFormControlCaseSensitiveSelection Property
If true, the selection of items is case sensitive, otherwise the selection is case insensitive. Default is case insensitive.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected bool CaseSensitiveSelection { get; set; }

Property Value

Type: Boolean
See Also