ASPxClientRibbonCommandExecutedEventArgs.item Property
In This Article
Gets an item object related to the event.
#Declaration
TypeScript
item: ASPxClientRibbonItem
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
You can use the ASPxClientRibbonCommandExecutedEventArgs.parameter argument property to obtain additional information about the command being processed.
See Also