wijmo.grid Namespace > IGroupTextEventArgs Interface : text Field |
The text that will be displayed in the group header or group footer.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IGroupTextEventArgs; var value; // Type: string value = instance.text; |
Javascript (Specification) | |
---|---|
|