Back to Devexpress

BarManager.PaintStyleName Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-8eda081c.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("To specify a paint scheme for bars, use the BarAndDockingController.PaintStyleName property.")]
public virtual string PaintStyleName { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("To specify a paint scheme for bars, use the BarAndDockingController.PaintStyleName property.")>
Public Overridable Property PaintStyleName As String

Property Value

TypeDescription
String

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

|

Remarks

This property is obsolete.

See Also

Controller

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace