Back to Devexpress

NavBarControl.AvailableNavBarViews Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-0f60f936.md

latest1.3 KB
Original Source

NavBarControl.AvailableNavBarViews Property

Provides access to the collection of BaseViewInfoRegistrator objects that contain information on painting corresponding Views.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public virtual NavBarViewCollection AvailableNavBarViews { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property AvailableNavBarViews As NavBarViewCollection

Property Value

TypeDescription
DevExpress.XtraNavBar.NavBarViewCollection

A DevExpress.XtraNavBar.NavBarViewCollection collection that contains BaseViewInfoRegistrator objects.

|

See Also

PaintStyleKind

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace