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

CalendarFilterModel.SelectedDates Property

Gets or sets the selected dates in the CalendarFilterElement.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

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

Property Value

Type Description
IList<DateTime>

A list of the selected dates in the CalendarFilterElement.

See Also