NavigationPageBase.Size Property
In This Article
Gets or sets the page size.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.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