Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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