Back to Devexpress

SizingEventArgs.SidePanel Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-sizingeventargs.md

latest1.7 KB
Original Source

SizingEventArgs.SidePanel Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockPanel SidePanel { get; }
vb
Public ReadOnly Property SidePanel As DockPanel

Property Value

TypeDescription
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

SizingEventArgs Class

SizingEventArgs Members

DevExpress.XtraBars.Docking Namespace