RibbonGalleryBarItem.PaintStyle Property
Gets or sets the item's paint style. This member is not supported by the RibbonGalleryBarItem class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarItemPaintStyle PaintStyle { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property PaintStyle As BarItemPaintStyle
Property Value
Type | Description |
---|---|
BarItemPaintStyle | A BarItemPaintStyle value. |
Remarks
This member is not supported by the RibbonGalleryBarItem class. The PaintStyle property is overridden to hide it at design time.
See Also
Feedback