Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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.

See Also