Namespace: DayPilot.Web.Mvc.Events.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public List<EventMoveArgs> Multimove { get; private set; } |
Visual Basic |
---|
Public Property Multimove As List(Of EventMoveArgs) Get Private Set |
Visual C++ |
---|
public: property List<EventMoveArgs^>^ Multimove { List<EventMoveArgs^>^ get (); private: void set (List<EventMoveArgs^>^ value); } |