MindFusion.Wpf Pack Programmer's Guide
Calendar.HolidaysDateSelection Property
See Also
 





Gets or sets a list of holiday dates. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public DateCollection HolidaysDateSelection { get; set; }

Visual Basic  Copy Code

Public Property HolidaysDateSelection As DateCollection

 Property Value

A DateCollection object.

 Remarks

The content of the holiday dates is displayed using the HolidayItemTemplate template.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace