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

NavBarControl.AvailableNavBarViews Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

[Browsable(false)]
public virtual NavBarViewCollection AvailableNavBarViews { get; }

Property Value

Type Description
DevExpress.XtraNavBar.NavBarViewCollection

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

See Also