Search
CellSettings.TodayFillColor Property
See Also
 






Gets or sets the color used to fill the header of the current cell.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color TodayFillColor { get; set; }

Visual Basic  Copy Code

Public Property TodayFillColor As Color

 Property Value

A Color object. Assign Colors.Empty to this property to use the corresponding value from the current theme.

 See Also