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

In This Topic
    OnClientUpdatedLayout Property (PivotGrid)
    In This Topic
    Occurs after the grid has updated its internal layout.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientUpdatedLayout As String
    public virtual string OnClientUpdatedLayout {get; set;}
    See Also