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

DockPanel.CreateResizeZone Event

Allows you to prevent the current dock panel form being resized using the mouse at specific borders and corners.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public event CreateResizeZoneEventHandler CreateResizeZone

Event Data

The CreateResizeZone event's data class is DevExpress.XtraBars.Docking.CreateResizeZoneEventArgs.

Remarks

See the DockManager.CreateResizeZone event for details.

See Also