Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationCriterion Class / CaseSensitive Property


CaseSensitive Property
Gets or sets a boolean value indicating whether the criterion is case sensitive.
Syntax
'Declaration
 
Public Property CaseSensitive As Boolean
 
'Usage
 
Dim instance As ValidationCriterion
Dim value As Boolean
 
instance.CaseSensitive = value
 
value = instance.CaseSensitive

Property Value

true if the criterion is case sensitive; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also