ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / OnClientResizedRow Property

In This Topic
    OnClientResizedRow Property (PivotGrid)
    In This Topic
    Occurs when the user finishes resizing rows.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientResizedRow As String
    public virtual string OnClientResizedRow {get; set;}
    See Also