Gets or sets a value indicating whether the day names are displayed in the month's header.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State ShowDayOfWeek { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowDayOfWeek As State |
Specify Enabled to display day names; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.
The day names are obtained from the DateTimeFormat property of the Calendar class, if it is not a null reference, or from the corresponding DateTimeFormat property of the CultureInfo object assigned to calendar's Culture.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |