True if this cell is in the first row (column groups).

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

Syntax

C#
public bool IsColGroup { get; internal set; }
Visual Basic
Public Property IsColGroup As Boolean
	Get
	Friend Set
Visual C++
public:
property bool IsColGroup {
	bool get ();
	internal: void set (bool value);
}

See Also