Skip to main content
A newer version of this page is available. .

DockPanelCancelEventArgs.Cancel Property

Gets or sets whether the operation performed on the processed panel should be cancelled.

Namespace: DevExpress.XtraBars.Docking

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 cancel the operation performed on the panel; otherwise, false.

See Also