BarItem.BarItemDisplayMode Property
In This Article
Gets or sets how links to the current bar item are displayed on-screen.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The BarItemDisplayMode property specifies the default display mode for all links that refer to the current item. To override this setting for individual links, use the BarItemLink.BarItemDisplayMode property.
See Also