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

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