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

In This Topic
    ResizedRow Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientResizedRow client event. Occurs when the user finishes resizing rows.
    Syntax
    'Declaration
     
    Public Overridable Property ResizedRow As String
    public virtual string ResizedRow {get; set;}
    See Also