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

In This Topic
    UpdatedLayout Property (PivotGridTagHelper)
    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