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

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