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.v14.2.dll

#Declaration

public double RightPaneWidth { get; set; }

#Property Value

Type Description
Double

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

#Remarks

The ApplicationMenuInfo object is a wrapper for an ApplicationMenu object. So, the RightPaneWidth property is equivalent to the ApplicationMenu.RightPaneWidth property.

See Also