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

NavBarGroup.ActualFontSettings Property

Gets the NavBarGroup‘s current font settings.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public FontSettings ActualFontSettings { get; protected set; }

Property Value

Type Description
FontSettings

A FontSettings object that contains font settings currently applied to the NavBarGroup.

See Also