Back to Devexpress

RibbonControl.ActualPageHeaderButtonIsVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-ee327ecb.md

latest1.4 KB
Original Source

RibbonControl.ActualPageHeaderButtonIsVisible Property

Gets whether the Page Header Button is visible in the RibbonControl header area.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public bool ActualPageHeaderButtonIsVisible { get; protected set; }
vb
<Browsable(False)>
Public Property ActualPageHeaderButtonIsVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Page Header Button is visible in the RibbonControl header area; otherwise, false.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace