Gets or sets a value indicating whether the day names are displayed in the header area of the WeekRange view.
Namespace: MindFusion.Scheduling.Compact Assembly: PocketPlanner
Syntax
C# |
public State ShowDayOfWeek { get; set; } |
Visual Basic |
Public Property ShowDayOfWeek As State |
Property Value
Specify Enabled to display the day names; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.
See Also
|