Skip to main content

DatePeriodsFilterModel.PredefinedFilters Property

Gets date filters displayed in the DatePeriodsFilterElement.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.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