Skip to main content

ApplicationMenuInfo.RightPaneWidth Property

Gets or sets the right pane’s width. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public double RightPaneWidth { get; set; }

Property Value

Type Description
Double

An integer value which specifies the right pane’s width, in pixels.

See Also