StartSizingEventArgs(DockPanel, SizingSide) Constructor
Initializes a new instance of the StartSizingEventArgs class.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
panel | DockPanel | A DockPanel object which represents the dock panel being resized. This value is assigned to the DockPanelEventArgs.Panel property. |
sizingSide | DevExpress.XtraBars.Docking.SizingSide | A DevExpress.XtraBars.Docking.SizingSide enumeration member which represents the dock panel’s dragging edge. This value is assigned to the StartSizingEventArgs.SizingSide property. |
See Also