RibbonMiniToolbarCollection.Item[Int32] Property
In This Article
Provides indexed access to collection elements.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public RibbonMiniToolbar this[int index] { get; set; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. |
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also