True if this cell is in a column group header (i.e. not the bottom row). Obsolete: This property is always true. Use Level instead to detect the header level.

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

Syntax

C#
[ObsoleteAttribute("This property is always true. Use Level instead to detect the header level.")]
public bool IsColGroup { get; }
Visual Basic
<ObsoleteAttribute("This property is always true. Use Level instead to detect the header level.")> _
Public ReadOnly Property IsColGroup As Boolean
	Get
Visual C++
public:
[ObsoleteAttribute(L"This property is always true. Use Level instead to detect the header level.")]
property bool IsColGroup {
	bool get ();
}

See Also