Skip to main content
All docs
V25.1
  • AppointmentDragEventArgs.AllowThisAppointment Property

    Gets or sets whether the drag operation is allowed for a specific appointment when the user is dragging multiple appointments at the same time.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll

    NuGet Package: DevExpress.Scheduler.CoreDesktop

    Declaration

    public bool AllowThisAppointment { get; set; }

    Property Value

    Type Description
    Boolean

    true to allow the drag operation; otherwise, false.

    See Also