SelectedRows Property
See Also
GridControl Control | GridSelectedRows Object | GridSelectedRows Add Method

Description
The collection of currently selected rows in the GridControl.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property SelectedRows() As [GridSelectedRows](XtremeGridControl~GridSelectedRows.md)
Remarks
A GridRow is selected when the user clicks on the row, or when the Add method is used. Selected rows will appear shaded.
You can select multiple rows at a time by holding down the Shift or Ctrl keys while you click on the rows. Multiple row selection can be enabled or disabled.
Example
Selecting Rows via code using the Add method | Using the RemoveAt method to remove Selected rows
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.