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

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

Syntax

C#
public bool IsColGroup { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsColGroup As Boolean
Visual C++
public:
property bool IsColGroup {
	bool get ();
}

See Also