DockPanel.Size Property
Gets or sets the dock panel’s size.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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