Skip to main content
A newer version of this page is available. .

NavBarControl.ViewName Property

Gets or sets the name of the View that specifies the paint scheme.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

[Browsable(false)]
public string ViewName { get; set; }

Property Value

Type Description
String

A string that specifies the name of the current View.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code. To select a paint scheme, use the NavBarControl.PaintStyleName or NavBarControl.PaintStyleKind property.

See Also