NavBarViewBase.LayoutSettings Attached Property
In This Article
Provides access to image and text layout settings. This is an attached property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
The LayoutSettings attached property can be used to specify image and text alignments (vertical, horizontal) and image docking behavior for items or group headers. You can use this attached property when defining styles for groups or items. These styles can be assigned to the following specific properties:
View Level:
Group Level:
Item Level:
See Also