Gets or sets the color of the time range selection.

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 3.8.1092.0

Syntax

C#
public Color CellSelectColor{ get; set;}
Visual Basic (Declaration)
Public Property CellSelectColor As Color
Visual C++
public:
property Color CellSelectColor {
	Color get ();
	void set (Color value);
}

See Also