BarItemDisplayMode Enum
In This Article
Contains values that specify how item links are displayed on-screen.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#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 Bar |
Content |
A link is represented on-screen using the item's Bar |
#Passed To
You can pass BarItemDisplayMode values to the following properies:
#Remarks
Use the BarItemLink.BarItemDisplayMode property to specify how bar item links are represented on-screen.
See Also