Skip to main content
A newer version of this page is available. .

NavBarGroup.ActualDisplayMode Property

Gets the display mode for the current NavBarGroup.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public DisplayMode ActualDisplayMode { get; protected set; }

Property Value

Type Description
DisplayMode

A DisplayMode enumerator value currently applied to this NavBarGroup.

Available values:

Name Description
ImageAndText

Both text and an image are used to represent the content of the related content element (an item or group header).

Image

Only an image is used to represent the content of the related content element (an item or group header); the text is not displayed.

Text

Only text is used to represent the content of the related content element (an item or group header); the image is not displayed, if any.

Default

Acts identically to the ImageAndText value.

Remarks

See the NavBarGroup.DisplayMode property to learn more.

See Also