Skip to main content
A newer version of this page is available. .
Bar

BarManager.PaintStyleName Property

OBSOLETE

To specify a paint scheme for bars, use the BarAndDockingController.PaintStyleName property.

Gets or sets the name of the painting style applied to bars.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("To specify a paint scheme for bars, use the BarAndDockingController.PaintStyleName property.")]
public virtual string PaintStyleName { get; set; }

Property Value

Type Description
String

A string value specifying the name of the paint style applied to bars.

Remarks

This property is obsolete. To specify a paint scheme for bars, use the BarAndDockingController.PaintStyleName property.

See Also