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

In This Topic
    Format Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.Format. Sets the format to use when displaying field values.
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also