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

In This Topic
    ScrollPositionChanged Property (TransposedGridTagHelper)
    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