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

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