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

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