Skip to main content
A newer version of this page is available. .

HamburgerSubMenuPreviewNavigationButton.SelectionIndicatorBrush Property

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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