Gets or sets the color of the time range selection.

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

Syntax

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

See Also