ASPxClientRibbonGroup.index Property
In This Article
Gets or sets the group‘s index within the collection.
#Declaration
TypeScript
index: number
#Property Value
Type | Description |
---|---|
number | The index of the group within the collection. |
#Remarks
The value of this property is the current position of the group within the RibbonGroupCollection collection to which it belongs.
See Also