BarItemDisplayMode Enum
Contains values that specify how item links are displayed on-screen.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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). |
Related API Members
The following properties accept/return BarItemDisplayMode values:
Remarks
Use the BarItemLinkBase.BarItemDisplayMode property to specify how bar item links are represented on-screen.