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.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected bool CaseSensitiveSelection { get; set; }

Property Value

Type: Boolean
See Also