Skip to main content

SchedulerDragData.GetPresent(IDataObject) Method

Determines whether the data is available in SchedulerDragData format.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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