Skip to main content
A newer version of this page is available. .

RibbonControl.ActualApplicationButtonWidth Property

Gets the actual width of the Application Button. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public double ActualApplicationButtonWidth { get; protected set; }

Property Value

Type Description
Double

A Double value that specifies the actual width of the Application Button.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also