Skip to main content
All docs
V25.2
  • ExcelFilterOptions.ShowTimePeriods Property

    Gets or sets whether to display time period filters in Excel-style filter popup menus.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool? ShowTimePeriods { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to enable predefined time ranges (such as Morning, Night, Next Hour, or Work Time); otherwise, false.

    See Also