XPDataView.CaseSensitive Property
In This Article
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
#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 Case
See Also