SfDataGridBehaviorSelectRow Method
Selects the row of an item in the associated SfDataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public void SelectRow(
Object item,
bool selectFirstColumn = true
)
Public Sub SelectRow (
item As Object,
Optional selectFirstColumn As Boolean = true
)
Parameters
- item Object
- Object with the item.
- selectFirstColumn Boolean (Optional)
- Indicates whether the first column should be selected.