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

In This Topic
    PreserveOutlineState Property (FlexGridTagHelper)
    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