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

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