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.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public bool ShowAdvancedDatePeriods { get; set; }

    Property Value

    Type Description
    Boolean

    true to show advanced date periods; otherwise, false.

    See Also