ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridGroupWithSummaryRow Class / IsSelected Property

In This Topic
    IsSelected Property (DataGridGroupWithSummaryRow)
    In This Topic
    Gets a value indicating whether this row is selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSelected As Boolean
    public bool IsSelected {get;}

    Property Value

    true if this row is selected; otherwise, false.
    See Also