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

NavBarItemControl.LayoutSettings Property

Gets or sets an object that contains the image and text layout settings for the NavBarItemControl. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public LayoutSettings LayoutSettings { get; set; }

Property Value

Type Description
LayoutSettings

A LayoutSettings object containing layout settings to arrange an image and text displayed in the NavBarItemControl.

Remarks

See the NavBarItem.LayoutSettings property for details.

See Also