Skip to main content
All docs
V25.1
  • 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.v25.1.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