ASPxClientAppointmentDragEventArgs Members
Provides data for the ASPxClientScheduler.AppointmentDrag event.Constructors
Name | Description |
---|---|
constructor(mouseEvent, dragInformation) | Initializes a new instance of the ASPxClientAppointmentDragEventArgs class. |
Properties
Name | Description |
---|---|
allow | Specifies whether or not appointments can be dropped into the intervals over which they are currently dragged. |
dragInformation | Provides information about dragged appointments. |
mouseEvent | Gets a mouse event object related to the current drag operation. |
See Also