Skip to main content

TileItemCollection.Add(ITileItem) Method

Adds the specified item to the current collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Add(
    ITileItem item
)

Parameters

Name Type Description
item DevExpress.XtraEditors.ITileItem

An ITileItem object to be added to the collection.

Returns

Type Description
Int32

A zero-based index of the item in the collection.

See Also