Skip to main content
A newer version of this page is available. .

ApplicationMenu.RightPaneWidth Property

Gets or sets the right pane’s width.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(240)]
[DXCategory("Behavior")]
public int RightPaneWidth { get; set; }

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