OptionsNavPane.PopupFormSize Property
Gets or sets the popup form’s size.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Size | A |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PopupFormSize |
---|---|
NavBarControl |
|
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