Skip to main content

DockPanelCancelEventArgs.Cancel Property

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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