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

In This Topic
    Loaded Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoaded client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> finishes loading data.
    Syntax
    'Declaration
     
    Public Property Loaded As String
    public string Loaded {get; set;}
    See Also