Back to Devexpress

OptionsNavPane.MaxPopupFormWidth Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-77617bb5.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(0)]
public int MaxPopupFormWidth { get; set; }
vb
<DefaultValue(0)>
Public Property MaxPopupFormWidth As Integer

Property Value

TypeDefaultDescription
Int320

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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.

See Also

NavPaneForm

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace