Skip to main content

NavigationPageBase.Size Property

Gets or sets the page size.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size Size { get; set; }

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