Back to Devexpress

PivotGridOptionsData.CaseSensitive Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdata-e98891af.md

latest2.1 KB
Original Source

PivotGridOptionsData.CaseSensitive Property

Gets or sets whether data is grouped case-sensitively.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool CaseSensitive { get; set; }
vb
<DefaultValue(True)>
Public Property CaseSensitive As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CaseSensitive
PivotGridControl

.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

GroupInterval

PivotGridOptionsData Class

PivotGridOptionsData Members

DevExpress.XtraPivotGrid Namespace