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

In This Topic
    PreserveOutlineState Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.PreserveOutlineState. Sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.
    Syntax
    'Declaration
     
    Public Overridable Property PreserveOutlineState As Boolean
    public virtual bool PreserveOutlineState {get; set;}
    See Also