var instance; // Type: wijmo.grid.ICommandButton; var value; // Type: string value = instance.text;
var text : string;
Determines the text that is displayed in the button.
var instance; // Type: wijmo.grid.ICommandButton; var value; // Type: string value = instance.text;
var text : string;
$("#element").wijgrid({ columns: [{ command: { text: "MyButton" } }] });