Gets or sets the new content to be displayed in the cell.
Namespace: MindFusion.DataViews
File: EventArgs.js
JavaScript Copy Code |
---|
get content() {} |
Node. The new content.
The following code handles the customDrawCell event of a Grid, which uses the CellCustomDrawEventArgs class and the content property:
JavaScript Copy Code |
---|
grid.customDrawCell.addEventListener(function (sender, args) if (args.column === 1) |