Skip to main content

SchedulerDragData.GetData(IDataObject) Method

Returns the data associated with the SchedulerDragData data format.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public static SchedulerDragData GetData(
    IDataObject dataObject
)

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