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

In This Topic
    GroupDescriptionCreator Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.GroupDescriptionCreator. Sets creator function used to create group descriptions when users drag columns into the group
    Syntax
    'Declaration
     
    Public Overridable Property GroupDescriptionCreator As String
    public virtual string GroupDescriptionCreator {get; set;}
    See Also