Skip to main content
Tag

PivotGridField.ShowGroupIntervalName Property

Gets or sets whether the group interval’s name is displayed within the data field’s header. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool ShowGroupIntervalName { get; set; }

Property Value

Type Description
Boolean

true to display the group interval’s name within the data field’s header; otherwise, false.

See Also