Skip to main content

CalendarFilterModel.SelectedDates Property

Gets or sets the selected dates in the CalendarFilterElement.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public IList<DateTime> SelectedDates { get; set; }

Property Value

Type Description
IList<DateTime>

A list of the selected dates in the CalendarFilterElement.

See Also