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

NavBarGroup.ActualLayoutSettings Property

Gets the NavBarGroup‘s current icon and text layout settings.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public LayoutSettings ActualLayoutSettings { get; protected set; }

Property Value

Type Description
LayoutSettings

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

See Also