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

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