Gets or sets the appearance style used to paint the view headers.
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 |
A CalendarStyle object specifying the style of header elements. This property cannot be null (Nothing in Visual Basic).
See Also