NavigationPageBase.Size Property
Gets or sets the page size.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Size | A Size structure that is the page size. |
Remarks
In most cases, a page automatically resizes to fit its parent control (e.g., NavigationFrame) and the page size is ignored.
See Also