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

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