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

In This Topic
    ScrollPositionChanged Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientScrollPositionChanged client event. Occurs after the control has scrolled.
    Syntax
    'Declaration
     
    Public Overridable Property ScrollPositionChanged As String
    public virtual string ScrollPositionChanged {get; set;}
    See Also