True if this cell is in a column group header (i.e. not the bottom row).

Namespace: DayPilot.Web.Mvc.Events.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also