ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / DefaultTypeWidth Property

In This Topic
    DefaultTypeWidth Property (TransposedGridTagHelper)
    In This Topic
    Gets the static object that defines the default width for auto-generated grid columns based on their types.
    Syntax
    'Declaration
     
    Public Overridable Property DefaultTypeWidth As String
    public virtual string DefaultTypeWidth {get; set;}
    Remarks
    Setting by string of values separated by comma, each pair of value is (DataType, width)
    See Also