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

In This Topic
    MaxRowsOrColumns Property (AutoGridLayoutTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.GridLayout.MaxRowsOrColumns. Sets the maximum number of the row count or the column count.
    Syntax
    'Declaration
     
    Public Property MaxRowsOrColumns As Integer
    public int MaxRowsOrColumns {get; set;}
    See Also