Skip to main content

RibbonControl.ShowApplicationButton Property

Gets or sets whether the Application Button is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public bool ShowApplicationButton { get; set; }

#Property Value

Type Description
Boolean

true if the Application Button is visible; otherwise, false.

#Remarks

See Application Button to learn more.

See Also