Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public bool ShowAdvancedDatePeriods { get; set; }

    Property Value

    Type Description
    Boolean

    true to show advanced date periods; otherwise, false.

    See Also