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.v20.2.dll
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.
See Also
Feedback