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

In This Topic
    PreserveSelectedState Property (PivotGrid)
    In This Topic
    Gets or 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