Skip to main content

NavBarViewBase.LayoutSettings Attached Property

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
LayoutSettings

A LayoutSettings object containing layout settings to arrange images and text displayed by group headers or items.

#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:

See Also