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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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