Skip to main content

NavBarControl.PaintStyleName Property

This member is not supported.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue("Default")]
[EditorBrowsable(EditorBrowsableState.Never)]
public string PaintStyleName { get; set; }

Property Value

Type Default Description
String "Default"

A String value specifying the name of the paint style applied to the NavBarControl.

See Also