TileItemCollection.Add(ITileItem) Method
Adds the specified item to the current collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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