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

In This Topic
    UpdatingView Property (PivotPanelTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientUpdatingView client event. Occurs when the engine starts updating the output pivot view list.
    Syntax
    'Declaration
     
    Public Property UpdatingView As String
    public string UpdatingView {get; set;}
    See Also