AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

DataTableColumnDefinition..::..RenderFunction Property

The name of the render function to call. Signature needs to be defined as functionName(sender, data, type, row, meta) Usage: RenderFunction = "functionName";

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public string RenderFunction { get; set; }

Field Value

The render function.