SchedulerDragData.GetData(IDataObject) Method
Returns the data associated with the SchedulerDragData data format.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataObject | IDataObject | An object with the IDataObject interface. |
Returns
| Type | Description |
|---|---|
| SchedulerDragData | A SchedulerDragData instance. |
Remarks
The method is required for drag-and-drop operations.
See Also