SelectedRows Property
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.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.