Gets or sets the template of the cell representing the current date. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DataTemplate TodayItemTemplate { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TodayItemTemplate As DataTemplate |
A WPF DataTemplate object.
See Also