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

TileNavItem.Assign(TileNavElement) Method

Copies the settings and contents from the specified TileNavElement to the current TileNavItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override void Assign(
    TileNavElement src
)

Parameters

Name Type Description
src TileNavElement

A TileNavElement object whose settings and contents are copied to the current TileNavItem.

See Also