Skip to main content

RibbonControl.ActualApplicationButtonWidth Property

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

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

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