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
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