Session.CaseSensitive Property
Gets or sets whether string comparisons evaluated by the session 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
The CaseSensitive property is in effect when evaluating string comparisons in:
- Sorting conditions specified for the XPCollection and XPView components (see XPBaseCollection.Sorting and XPView.Sorting).
- Filtering criteria specified for the Session.GetObjectsInTransaction function and the XPCollection and XPView components (see XPBaseCollection.Filter and XPView.Filter).
- Expressions calculated via the Session.Evaluate, XPBaseObject.Evaluate, XPBaseObject.EvaluateAlias, and XPBaseObject.Fit functions.
Note
If the CaseSensitive property is not specified, the corresponding setting is obtained from the XpoDefault.DefaultCaseSensitive property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CaseSensitive property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.