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

DateNavigator.Holidays Property

Gets or sets a collection of holidays. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

Declaration

public DatesCollection Holidays { get; set; }

Property Value

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

The collection of holiday dates.

Remarks

Holidays are highlighted in the Date Navigator.

See Also