Back to Devexpress

DockPanelCancelEventArgs.Cancel Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanelcanceleventargs.md

latest1.2 KB
Original Source

DockPanelCancelEventArgs.Cancel Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true to cancel the operation performed on the panel; otherwise, false.

|

See Also

DockPanelCancelEventArgs Class

DockPanelCancelEventArgs Members

DevExpress.XtraBars.Docking Namespace