Skip to main content
All docs
V25.1
  • DropAppointmentEventArgs.Data Property

    Allows you to generate an appointment when the user drags an object in the Scheduler from an external source.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public IDataObject Data { get; }

    Property Value

    Type Description
    IDataObject

    An object that the user drags in the Scheduler from an external source.

    See Also