Skip to main content
A newer version of this page is available. .

PivotGridOptionsData.CaseSensitive Property

Gets or sets whether data is grouped case-sensitively.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool CaseSensitive { get; set; }

Property Value

Type Default Description
Boolean **true**

true if data is grouped case-sensitively; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CaseSensitive
WinForms Controls PivotGridControl
.OptionsData.CaseSensitive
Reporting XRPivotGrid
.OptionsData.CaseSensitive
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsData.CaseSensitive
MVCxPivotGrid
.OptionsData.CaseSensitive
PivotGridSettings
.OptionsData.CaseSensitive

Remarks

By default, data is combined into field values case-sensitively. Set the CaseSensitive property to false to group data case-insensitively.

Note

The CaseSensitive property has no effect in OLAP mode.

See Also