Back to Devexpress

PivotGridField.ShowGroupIntervalName Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-e394df2d.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowGroupIntervalName { get; set; }
vb
Public Property ShowGroupIntervalName As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace