Back to Devexpress

OptionsNavPane.PopupFormSize Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-3ed2baeb.md

latest1.9 KB
Original Source

OptionsNavPane.PopupFormSize Property

Gets or sets the popup form’s size.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public Size PopupFormSize { get; set; }
vb
Public Property PopupFormSize As Size

Property Value

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

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

NavigationPane

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace