Skip to main content

TileNavItem.Assign(TileNavElement) Method

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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