ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / DefaultTypeWidth Property

In This Topic
    DefaultTypeWidth Property (FlexGridBase<T>)
    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 ReadOnly Property DefaultTypeWidth As IDictionary(Of String,Integer)
    public virtual IDictionary<string,int> DefaultTypeWidth {get;}
    See Also