SchedulerDragData.GetPresent(IDataObject) Method
Determines whether the data is available in SchedulerDragData format.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.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 |
---|---|
Boolean | True, if the data is in the SchedulerDragData format; otherwise, false. |
Remarks
The method is required for drag-and-drop operations.
See Also