TileNavCategoryCollection.Assign(TileNavCategoryCollection) Method
Copies elements of the specified collection to the current collection.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | TileNavCategoryCollection | A TileNavCategoryCollection object whose elements are copied to the current collection. |
See Also