NavBarItemControl.DisplayMode Property
Gets or sets whether the NavBarItemControl displays text, icon, or both icon and text. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Display |
A Display |
Available values:
Name | Description |
---|---|
Image |
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 Image |
#Remarks
See the NavBarItem.DisplayMode property for details.