Wijmo UI for the Web
text Field
wijmo.grid Namespace > ICommandButton Interface : text Field

Determines the text that is displayed in the button.

Syntax
var instance; // Type: wijmo.grid.ICommandButton;
var value; // Type: string
value = instance.text;
var text : string;
Example
$("#element").wijgrid({
   columns: [{
      command: {
         text: "MyButton"
      }
   }]
});
See Also

Reference

ICommandButton Interface