ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / CellTagHelper Class / Format Property

In This Topic
    Format Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Format. Sets the format string used to convert raw values into display values for this column (see Globalize).
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also