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

In This Topic
    OnClientUpdatingView Property (PivotGrid)
    In This Topic
    Occurs when the grid starts creating/updating the elements that make up the current view.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientUpdatingView As String
    public virtual string OnClientUpdatingView {get; set;}
    See Also