MindFusion.Wpf Pack Programmer's Guide
DateTimePicker.WeekendItemTemplate Property
See Also
 





Gets or sets the template of the cells representing weekends in the drop-down calendar control. This is a dependency property.

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

 Syntax

C#  Copy Code

public DataTemplate WeekendItemTemplate { get; set; }

Visual Basic  Copy Code

Public Property WeekendItemTemplate As DataTemplate

 Property Value

A WPF DataTemplate object.

 Remarks

The WeekendItemTemplate property of the drop-down calendar is bound to this property.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Wpf Namespace