DockPanel.Size Property
Gets or sets the dock panel’s size.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Size | A |
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