wpf-devexpress-dot-xpf-dot-bars-98d79a8b.md
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
public enum BarItemDisplayMode
Public Enum BarItemDisplayMode
| 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).
|
The following properties accept/return BarItemDisplayMode values:
Use the BarItemLinkBase.BarItemDisplayMode property to specify how bar item links are represented on-screen.
See Also