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

In This Topic
    DefaultTypeWidth Property (FlexGridTagHelper)
    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