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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CreateResizeZone event's data class is DevExpress.XtraBars.Docking.CreateResizeZoneEventArgs.
Remarks
See the DockManager.CreateResizeZone event for details.
See Also