var instance; // Type: wijmo.grid.IC1ButtonBaseFieldOptions; var value; // Type: string value = instance.textAlignment;
var textAlignment : string;
Gets or sets the text alignment of data cells. Possible values are "left", "right", "canter".
var instance; // Type: wijmo.grid.IC1ButtonBaseFieldOptions; var value; // Type: string value = instance.textAlignment;
var textAlignment : string;
$("#element").wijgrid({ columns: [{ textAligment: "right" }]});