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

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