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

NavBarViewBase.GroupFontSettings Property

Gets or sets an object that stores font settings for all NavBarGroups within the current NavBarViewBase.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public FontSettings GroupFontSettings { get; set; }

Property Value

Type Description
FontSettings

A FontSettings object that stores font settings for all NavBarGroups within the current NavBarViewBase.

Remarks

Use the NavBarGroup.FontSettings property to specify font settings for individual NavBarGroups.

See Styling View Content Elements for more information.

See Also