Back to Devexpress

RibbonControl.ActualIsApplicationButtonTextVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-320ea52a.md

latest1.4 KB
Original Source

RibbonControl.ActualIsApplicationButtonTextVisible Property

Gets whether a non-empty string is assigned to the RibbonControl.ApplicationButtonText property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool ActualIsApplicationButtonTextVisible { get; protected set; }
vb
Public Property ActualIsApplicationButtonTextVisible As Boolean

Property Value

TypeDescription
Boolean

true if a non-empty string is assigned to the RibbonControl.ApplicationButtonText property; otherwise, false.

|

See Also

ApplicationButtonText

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace