ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetTagHelper Class / RemoteLoading Property

In This Topic
    RemoteLoading Property
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRemoteLoading client event. Occurs before remote loading the data from server.
    Syntax
    'Declaration
     
    Public Property RemoteLoading As String
    public string RemoteLoading {get; set;}
    See Also