Skip to main content

NavBarControl.ViewName Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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