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.MaxPopupFormWidth Property

Gets or sets the maximum width of the popup form displayed when clicking the active NavBarGroup in the collapsed NavBarControl.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[DefaultValue(0)]
public int MaxPopupFormWidth { get; set; }

#Property Value

Type Default Description
Int32 0

A System.Int32 value specifying the maximum width of the popup form.

#Property Paths

You can access this nested property as listed below:

Object Type Path to MaxPopupFormWidth
NavBarControl
.OptionsNavPane .MaxPopupFormWidth

#Remarks

The NavBarControl painted with the Navigation Pane View applied can be collapsed by clicking the collapse button. When the NavBarControl is collapsed, an end-user can click the active group’s button to display its content in a popup form. The MaxPopupFormWidth property specifies the maximum width, up to which the pop-up form can be resized by an end-user.

NavBar_OptionsNavPane_MaxPopupFormWidth

See Also