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

DockPanel.Size Property

Gets or sets the dock panel’s size.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public Size Size { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the dock panel’s height and width.

Remarks

You can set panel sizes only after panels are fully initialized. Modify the DockPanel.Size property on the Load event, or any other event that occurs later in time (for example, Form.Shown).

See Also