wijmo.grid Namespace > ICommandButton Interface : text Field |
Determines the text that is displayed in the button.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.ICommandButton; var value; // Type: string value = instance.text; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ command: { text: "MyButton" } }] });