XPDataView.CaseSensitive Property
Gets or sets whether string comparisons evaluated by the XPDataView on the client are case-sensitive.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if string comparisons are case-sensitive; otherwise, false. |
Remarks
If the CaseSensitive property is set to true, string comparisons in sorting and filtering operations specified via the XPDataView.Sorting and XPDataView.Filter properties are case-sensitive.
Note
If the CaseSensitive property is not specified, the corresponding setting is obtained from the XpoDefault.DefaultCaseSensitive property.