Skip to main content
A newer version of this page is available. .

OptionsNavPane.PopupFormSize Property

Gets or sets the popup form’s size.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public Size PopupFormSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the popup form’s width and height, in pixels.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PopupFormSize
WinForms Controls NavBarControl
.OptionsNavPane.PopupFormSize
Reporting XRDesignToolBox
.OptionsNavPane.PopupFormSize

Remarks

The popup form is displayed when a user clicks the Content button. It contains the NavBarItem objects owned by the active NavBarGroup.

PopupForm

Use the PopupFormSize property to manually specify the popup form’s size. If this property isn’t specified, the form’s size is automatically calculated to display the entire content.

See Also