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

TileNavCategoryCollection.Assign(TileNavCategoryCollection) Method

Copies elements of the specified collection to the current collection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void Assign(
    TileNavCategoryCollection src
)

Parameters

Name Type Description
src TileNavCategoryCollection

A TileNavCategoryCollection object whose elements are copied to the current collection.

See Also