Skip to main content

OptionsNavPane.PopupFormSize Property

Gets or sets the popup form’s size.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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:

Object Type Path to PopupFormSize
NavBarControl
.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