[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridBase-1.ItemFormatter

ItemFormatter Property

ItemFormatter

Gets or sets a formatter function used to customize cells on this grid.

Declaration
[JsonConverter(typeof(FunctionConverter))]
public virtual string ItemFormatter { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Overridable Property ItemFormatter As String
Remarks

The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.