Skip to main content
All docs
V25.1
  • BeforeDropNodeEventArgs.Cancel Property

    Gets or sets a value that specifies whether to cancel the action.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true to cancel the action; otherwise, false.

    See Also