<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowCollection Class / Selected Property

In This Topic
    Selected Property (RowCollection)
    In This Topic
    Gets a list with the rows that are currently selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property Selected As List(Of Row)
    public List<Row> Selected {get;}
    See Also