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

In This Topic
    UpdatingLayout Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientUpdatingLayout client event. Occurs before the grid updates its internal layout.
    Syntax
    'Declaration
     
    Public Overridable Property UpdatingLayout As String
    public virtual string UpdatingLayout {get; set;}
    See Also