TileNavItem.Assign(TileNavElement) Method
Copies the settings and contents from the specified TileNavElement to the current TileNavItem.
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 TileNavItem. |
See Also