Back to Devexpress

NavBarGroup.ActualDisplayMode Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-5e71b0d2.md

latest1.8 KB
Original Source

NavBarGroup.ActualDisplayMode Property

Gets the display mode for the current NavBarGroup.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public DisplayMode ActualDisplayMode { get; protected set; }
vb
Public Property ActualDisplayMode As DisplayMode

Property Value

TypeDescription
DisplayMode

A DisplayMode enumerator value currently applied to this NavBarGroup.

|

Available values:

NameDescription
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

DisplayMode

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace