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

SizingEventArgs.SidePanel Property

Returns the panel that resizes together with the panel dragged by an end-user.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DockPanel SidePanel { get; }

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