PivotGridOptionsData.CaseSensitive Property
In This Article
Gets or sets whether data is grouped case-sensitively.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#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:
Object Type | Path to Case |
---|---|
Pivot |
|
#Remarks
By default, data is combined into field values case-sensitively. Set the CaseSensitive property to false to group data case-insensitively.
Note
The Case
See Also