Skip to main content

NavBarControl.StoreDefaultPaintStyleName Property

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool StoreDefaultPaintStyleName { get; set; }

Property Value

Type Default Description
Boolean false

true to store the default paint style name; otherwise, false.

See Also