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

In This Topic
    ResizedRow Property (FlexGridTagHelper)
    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