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

In This Topic
    MaxGroups Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.MaxGroups. Sets the maximum number of groups allowed.
    Syntax
    'Declaration
     
    Public Property MaxGroups As Integer
    public int MaxGroups {get; set;}
    See Also