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

EndSizingEventArgs.Canceled Property

Gets a value which indicates whether the operation has been canceled.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public bool Canceled { get; }

Property Value

Type Description
Boolean

true if the operation has been canceled; otherwise, false.

Remarks

end-users can cancel sizing operations by pressing the Esc key.

See Also