Skip to main content

NavBarItem.ActualLayoutSettings Property

Gets the layout settings currently applied to the NavBarItem‘s text and icon.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public LayoutSettings ActualLayoutSettings { get; protected set; }

Property Value

Type Description
LayoutSettings

A LayoutSettings object that contains layout settings currently applied to the NavBarItem‘s text and icon.

See Also