Skip to main content
A newer version of this page is available. .

DatePeriodsFilterModel.PredefinedFilters Property

Gets date filters displayed in the DatePeriodsFilterElement.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

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