Skip to main content
All docs
V23.2

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.v23.2.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