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

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