LayoutSettings.Default Property
In This Article
Stores default layout settings.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Default |
---|---|
Layout |
Default
|
Nav |
|
Nav |
|
Nav |
|
Nav |
|
Nav |
|
Nav |
|
Nav |
|
Nav |
|
#Remarks
You can get default layout settings via the Default property and pass them to any property which takes a LayoutSettings object as a value (for instance, the NavBarGroup.LayoutSettings or NavBarGroup.ItemLayoutSettings properties).
See Also