EndSizingEventArgs.Canceled Property
Gets a value which indicates whether the operation has been canceled.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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