SfDataGridBehaviorSelectRow Method

Selects the row of an item in the associated SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public void SelectRow(
	Object item,
	bool selectFirstColumn = true
)

Parameters

item  Object
Object with the item.
selectFirstColumn  Boolean  (Optional)
Indicates whether the first column should be selected.

See Also