Defines column group size (first row of the column headers on top of the Scheduler)

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

Syntax

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

See Also