Gets or sets the template used to display the content of the header in the drop-down calendar control. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DataTemplate HeaderTemplate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderTemplate As DataTemplate |
A WPF DataTemplate object.
RemarksThe HeaderTemplate property of the drop-down calendar is bound to this property.
See Also