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

In This Topic
    LoadedRows Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientLoadedRows client event. Occurs after the grid rows have been bound to the data source.
    Syntax
    'Declaration
     
    Public Overridable Property LoadedRows As String
    public virtual string LoadedRows {get; set;}
    See Also