CalendarFilterModel.SelectedDates Property
Gets or sets the selected dates in the CalendarFilterElement.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IList<DateTime> | A list of the selected dates in the CalendarFilterElement. |
See Also