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

    Gets or sets whether the user can drag the appointment along time cells.

    Namespace: DevExpress.XtraScheduler

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

    NuGet Package: DevExpress.Scheduler.CoreDesktop

    Declaration

    public bool AllowAll { get; set; }

    Property Value

    Type Description
    Boolean

    true to allow the drag operation; otherwise, false.

    See Also