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

In This Topic
    UpdatingView Property (TransposedGridTagHelper)
    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