Skip to main content

DateNavigator.SpecialDates Property

Gets or sets a collection of special dates. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public CustomDatesCollection SpecialDates { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Editors.Internal.Calendar.CustomDatesCollection

The collection of special dates.

Remarks

Special days are highlighted in the Date Navigator.

See Also