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

Syntax

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

See Also