TileNavCategory.Assign(TileNavElement) Method
Copies settings and contents from the specified object to the current TileNavCategory.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | TileNavElement | A TileNavElement object whose settings and contents are copied to the current TileNavCategory. |
See Also