ApplicationMenu.RightPaneWidth Property
Gets or sets the right pane's width.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DefaultValue(240)]
[DXCategory("Behavior")]
public int RightPaneWidth { get; set; }
<DefaultValue(240)>
<DXCategory("Behavior")>
Public Property RightPaneWidth As Integer
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
Feedback