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

TileNavCategory.Assign(TileNavElement) Method

Copies settings and contents from the specified object to the current TileNavCategory.

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 TileNavCategory.

See Also