Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OptionsNavPane.PopupFormSize Property

Gets or sets the popup form’s size.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

public Size PopupFormSize { get; set; }

#Property Value

Type Description
Size

A System.Drawing.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