Wijmo UI for the Web
textAlignment Field
wijmo.grid Namespace > IC1CommandButtonFieldOptions Interface : textAlignment Field

Gets or sets the text alignment of data cells. Possible values are "left", "right", "canter".

Syntax
var instance; // Type: wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: string
value = instance.textAlignment;
var textAlignment : string;
Example
$("#element").wijgrid({ columns: [{ textAligment: "right" }]});
See Also

Reference

IC1CommandButtonFieldOptions Interface