Drop position in a day slot.

Namespace: DayPilot.Web.Mvc.Events.Month
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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