RuleStringComparisonProperties.IgnoreCase Property
Specifies whether to perform a case-sensitive string comparison.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to perform a case-insensitive string comparison; otherwise, false. |
See Also