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

In This Topic
    QueryComplete Property
    In This Topic
    Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryComplete client event. Occurs when the query requests complete.
    Syntax
    'Declaration
     
    Public Overrides Property QueryComplete As String
    public override string QueryComplete {get; set;}
    See Also