Gets or sets a list of holiday dates. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DateCollection HolidaysDateSelection { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HolidaysDateSelection As DateCollection |
A DateCollection object.
RemarksThe content of the holiday dates is displayed using the HolidayItemTemplate template.
See Also