Skip to main content

NavBarViewBase.ItemForeground Property

Gets or sets the foreground brush applied to items within this view. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public Brush ItemForeground { get; set; }

Property Value

Type Description
Brush

A Brush applied to items within this view.

See Also