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.v19.1.Core.dll

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