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

In This Topic
    Placeholder Property (FlexGridGroupPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.Placeholder. Sets a string to display in the control when it contains no groups.
    Syntax
    'Declaration
     
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also