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

In This Topic
    LoadedRows Property (PivotGridTagHelper)
    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