BarItemLink.PaintStyle Property
In This Article
Gets the style to display the BarItem to which the current BarItemLink corresponds.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BarItemPaintStyle PaintStyle { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
Available values:
Name | Description |
---|---|
Standard | Specifies that a specific item is represented using its default settings. |
Caption | Specifies that a specific item is represented by its caption only. |
Caption |
Specifies that a specific item is represented by its caption when it is in a submenu, or by its image when it is in a bar. |
Caption |
Specifies that a specific item is represented both by its caption and the glyph image. |
See Also