ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / SelectAll Method

In This Topic
    SelectAll Method (DataGridSelectionManager)
    In This Topic
    Selects all the visible rows.
    Syntax
    'Declaration
     
    
    Public Function SelectAll() As Boolean
    public bool SelectAll()
    See Also