Skip to main content

NavBarViewBase.DisplayMode Attached Property

Gets or sets values that specify by which characteristics (the text, image, or both) content elements (such as group headers or items) should be represented within the view. This is an attached property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v14.2.dll

#Declaration

#Returns

Type Description
DisplayMode

One of the DisplayMode enumeration values.

#Remarks

Group headers or items can be represented for display purposes using their captions or associated images, or both. Use the DisplayMode property to control by which characteristics different view content elements should be represented within a view.

You can apply the DisplayMode attached property to different objects within the NavBarControl (such as a view, group, or item), when defining styles for groups or items using the specific style properties listed below:

See Also