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

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