Search
ResourceViewSettings.WeekendStyle Property
See Also
 





Gets or sets the style of the weekend cells.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style WeekendStyle { get; set; }

Visual Basic  Copy Code

Public Property WeekendStyle As Style

 Property Value

A Style object specifying the appearance of weekend cells. This property cannot be null.

 See Also