Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool CaseSensitive { get; set; }

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.

See Also