ApplicationMenu.RightPaneWidth Property
Gets or sets the right pane’s width. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
Double | 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.
You can display a custom control within the ApplicationMenu’s right pane. To specify the control, use the ApplicationMenu.RightPane property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RightPaneWidth property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.