Skip to main content
All docs
V25.1
  • HamburgerMenuNavigationButton<TOwner>.SelectionIndicatorBrush Property

    Specifies the brush used to paint the vertical bar that indicates the selected button. This is a dependency property.

    Namespace: DevExpress.Xpf.WindowsUI.Internal

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

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public Brush SelectionIndicatorBrush { get; set; }

    Property Value

    Type Description
    Brush

    A System.Windows.Media.Brush value.

    Remarks

    The ShowSelectionIndicator property specifies whether to show the vertical bar to the left of the selected menu item.

    See Also