Back to Devexpress

DisplayMode Enum

wpf-devexpress-dot-xpf-dot-navbar-3299bfa7.md

latest2.2 KB
Original Source

DisplayMode Enum

Contains 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.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public enum DisplayMode
vb
Public Enum DisplayMode

Members

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.

|

The following properties accept/return DisplayMode values:

Remarks

The values listed by this enumeration are used to set the NavBarViewBase.DisplayMode property’s value.

See Also

DevExpress.Xpf.NavBar Namespace