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

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.v18.2.dll

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