Skip to main content
All docs
V26.1
  • DatePeriodsFilterModel.PredefinedFilters Property

    Gets date filters displayed in the DatePeriodsFilterElement.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public ReadOnlyCollection<DatePeriodFilterValue> PredefinedFilters { get; }

    Property Value

    Type Description
    ReadOnlyCollection<DatePeriodFilterValue>

    Date filters displayed in the DatePeriodsFilterElement.

    Remarks

    The image below shows date filters in the date periods filter element:

    See Also