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.1.dll

NuGet Package: DevExpress.Win

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