Skip to main content
All docs
V25.1
  • HamburgerSubMenuPreviewNavigationButton.IsRightContentVisible Property

    Returns whether the right content is currently shown.

    Namespace: DevExpress.Xpf.WindowsUI

    Assembly: DevExpress.Xpf.Controls.v25.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public bool IsRightContentVisible { get; }

    Property Value

    Type Description
    Boolean

    true, if the right content is currently shown; otherwise, false.

    See Also