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

In This Topic
    UpdatingView Property (PivotGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientUpdatingView client event. Occurs when the grid starts creating/updating the elements that make up the current view.
    Syntax
    'Declaration
     
    Public Overridable Property UpdatingView As String
    public virtual string UpdatingView {get; set;}
    See Also