wijmo.ribbon Namespace > IClickEventArgs Interface : name Field |
the parent name of the button which means if the drop down item is clicked, then the name specifies the command name of the drop down button.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.ribbon.IClickEventArgs; var value; // Type: string value = instance.name; |
Javascript (Specification) | |
---|---|
|