Click or drag to resize
FilterDescriptorIsCaseSensitive Property
Gets or sets a value indicating whether this filter descriptor is case sensitvive.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool IsCaseSensitive { get; set; }

Property Value

Type: Boolean
true if the filter descriptor is case sensitive; otherwise, false. The default value is true.
See Also