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

SchedulerDragData.GetData(IDataObject) Method

Returns the data associated with the SchedulerDragData data format.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

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