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

NavLinkCollection.AddRange(NavBarItemLink[]) Method

Adds a specified array of links to the end of the collection.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public virtual void AddRange(
    NavBarItemLink[] links
)

Parameters

Name Type Description
links NavBarItemLink[]

An array of NavBarItemLink objects whose elements are added to the end of the collection.

See Also