TileNavButtonCollection.Insert(Int32, ITileNavButton) Method
Inserts an ITileNavButton in the TileNavButtonCollection at the specified index.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which button should be inserted. |
button | ITileNavButton | The ITileNavButton to insert into the TileNavButtonCollection. |
Remarks
If the TileNavButtonCollection already contains a button, first the Insert method removes it from the collection and then inserts at the index. If the index is greater than the number of items in the collection, the Insert method inserts the button at the end of the collection.
See Also