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

In This Topic
    ItemFormatter Property (FlexSheet)
    In This Topic
    Gets or sets a formatter function used to customize cells on this grid.
    Syntax
    'Declaration
     
    Public Overrides Property ItemFormatter As String
    public override string ItemFormatter {get; set;}
    See Also