Back to Devexpress

DateNavigator.SelectedDates Property

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigator-b26b076d.md

latest1.5 KB
Original Source

DateNavigator.SelectedDates Property

Gets or sets a collection of dates that are currently selected within the DateNavigator control. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.DateNavigator

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IList<DateTime> SelectedDates { get; set; }
vb
Public Property SelectedDates As IList(Of Date)

Property Value

TypeDescription
IList<DateTime>

The list of the DateTime objects specifying selected dates.

|

Remarks

See Also

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace