Skip to main content

NavGroupCollection.AddRange(NavBarGroup[]) Method

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

Declaration

public virtual void AddRange(
    NavBarGroup[] groups
)

Parameters

Name Type Description
groups NavBarGroup[]

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

See Also