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

Syntax

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

See Also