Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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