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.v22.2.dll

NuGet Package: DevExpress.Win

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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.

See Also