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

SchedulerDragData.GetPresent(IDataObject) Method

Determines whether the data is available in SchedulerDragData format.

Namespace: DevExpress.XtraScheduler

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

Declaration

public static bool GetPresent(
    IDataObject dataObject
)

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