BarAndDockingController.PaintStyleName Property
This member is not supported.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue("Default")]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual string PaintStyleName { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | "Default" | A string specifying the paint scheme name. |
See Also