ApplicationMenu.RightPaneWidth Property
Gets or sets the right pane’s width.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 240 | An integer value which specifies the right pane’s width, in pixels. |
Remarks
The right pane is visible if the ApplicationMenu.ShowRightPane property is set to true.
The right pane’s width cannot be set to a value less than 240.
See Also