ASPxClientRibbonGroup.name Property
In This Article
Gets the name of the current ribbon group.
#Declaration
TypeScript
name: string
#Property Value
Type | Description |
---|---|
string | A string value that is the group’s name. |
#Remarks
Use the name property to obtain the value of the group’s RibbonGroup.Name property.
See Also