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

BarItemDisplayMode Enum

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public enum BarItemDisplayMode

Members

Name Description
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).

Remarks

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

See Also