Skip to main content

TileNavCategoryCollection.Assign(TileNavCategoryCollection) Method

Copies elements of the specified collection to the current collection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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