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

    Gets or sets whether the Document that triggered the QueryDocument event should be restored.

    Namespace: DevExpress.XtraBars.Docking2010.Views

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true to restore this Document, false to skip it.

    Remarks

    See the BaseView.QueryDocument event description for more information.

    See Also