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

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