Skip to main content

ApplicationMenu.RightPaneWidth Property

Gets or sets the right pane’s width.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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