Back to Devexpress

BarItemDisplayMode Enum

wpf-devexpress-dot-xpf-dot-bars-98d79a8b.md

latest2.1 KB
Original Source

BarItemDisplayMode Enum

Contains values that specify how item links are displayed on-screen.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum BarItemDisplayMode
vb
Public Enum BarItemDisplayMode

Members

NameDescription
Default

A link is represented on-screen using default settings, and this is dependant on the position where the link is displayed (in a bar or menu).

| | Content |

A link is represented on-screen using the item’s BarItem.Content.

| | ContentAndGlyph |

A link is represented on-screen using the item’s BarItem.Content and glyph (BarItem.Glyph or BarItem.LargeGlyph).

|

The following properties accept/return BarItemDisplayMode values:

Remarks

Use the BarItemLinkBase.BarItemDisplayMode property to specify how bar item links are represented on-screen.

See Also

BarItemDisplayMode

DevExpress.Xpf.Bars Namespace