Gets or sets the format of the days of the week displayed in the subheader. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DayOfWeekFormat DayOfWeekFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DayOfWeekFormat As DayOfWeekFormat |
A member of the DayOfWeekFormat enumeration.
See Also