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

In This Topic
    DefaultColumnSize Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.DefaultColumnSize. Sets the default size of columns in the column collection.
    Syntax
    'Declaration
     
    Public Overridable Property DefaultColumnSize As Integer
    public virtual int DefaultColumnSize {get; set;}
    See Also