Skip to main content
All docs
V25.1
  • FilterPopupExcelEventArgs.ShowAdvancedDatePeriods Property

    Gets or sets whether to show advanced date periods (Year to Date, All Dates in the Period).

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Win.PivotGrid

    Declaration

    public bool ShowAdvancedDatePeriods { get; set; }

    Property Value

    Type Description
    Boolean

    true to show advanced date periods; otherwise, false.

    See Also