ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / ItemFormatter Property

In This Topic
    ItemFormatter Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ItemFormatter. Sets a formatter function used to customize cells on this grid.
    Syntax
    'Declaration
     
    Public Overridable Property ItemFormatter As String
    public virtual string ItemFormatter {get; set;}
    Remarks
    The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.
    See Also