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

In This Topic
    Selection Property (PivotGrid)
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    Public Overridable Property Selection As CellRange
    public virtual CellRange Selection {get; set;}
    See Also