Skip to main content

NavBarControl.AvailableNavBarViews Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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