NavBarItemControl.LayoutSettings Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
See the NavBarItem.LayoutSettings property for details.
See Also