Back to Devexpress

NavBarControl.ViewName Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-b7652e15.md

latest1.4 KB
Original Source

NavBarControl.ViewName Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string ViewName { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ViewName As String

Property Value

TypeDescription
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

AvailableNavBarViews

PaintStyleKind

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace