Gets or sets the appearance style used to paint calendar elements that don't have a distinct header style assigned to them.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarStyle HeaderStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderStyle As CalendarStyle |
An instance of the CalendarStyle class.
See Also