Active areas.

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

Syntax

C#
public AreaCollection Areas { get; private set; }
Visual Basic
Public Property Areas As AreaCollection
	Get
	Private Set
Visual C++
public:
property AreaCollection^ Areas {
	AreaCollection^ get ();
	private: void set (AreaCollection^ value);
}

See Also