Skip to main content
All docs
V25.2
  • 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

    Declaration

    [Browsable(false)]
    public bool ActualPageHeaderButtonIsVisible { get; protected set; }

    Property Value

    Type Description
    Boolean

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

    See Also