Skip to main content
A newer version of this page is available. .

RuleStringComparisonProperties.IgnoreCase Property

Specifies whether to perform a case-sensitive string comparison.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

[RulePropertiesIndex(2)]
public bool IgnoreCase { get; set; }

Property Value

Type Description
Boolean

true, to perform a case-insensitive string comparison; otherwise, false.

See Also