DockPanel.Size Property
In This Article
Gets or sets the dock panel’s size.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.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