SizingEventArgs.SidePanel Property
Returns the panel that resizes together with the panel dragged by an end-user.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DockPanel | A DockPanel object that is the panel that resizes together with the panel dragged by an end-user. |
Remarks
When end-users resize a panel, the DockManager.Sizing event raises. In this event, you can read the DockPanelEventArgs.Panel property to identify what panel a user resizes. To retrieve a neighboring panel that has to change its size in accordance with the primary panel, use the SidePanel property.
See Also