Gets or sets a value indicating whether the day names are displayed in the header area of the WeekRange view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public State ShowDayOfWeek { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowDayOfWeek As State |
A member of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.
RemarksThe day names are obtained from the DateTimeFormat property of the Calendar class, if it isn't a null reference, or from the corresponding DateTimeFormat property of the CultureInfo object assigned to calendar's Culture.
See Also