Skip to main content
A newer version of this page is available. .

AppointmentDragDropOptions Class

Contains options specific for appointment drag-and-drop operations.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class AppointmentDragDropOptions :
    AppointmentDragDropOptionsBase

The following members accept/return AppointmentDragDropOptions objects:

Remarks

To get access to the AppointmentDragDropOptions instance, use the SchedulerControl.OptionsDragDrop property.

See Also