SfDataGridBehaviorSelectAddNewRow Method

Select the row to add new rows to 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 SelectAddNewRow(
	bool selectFirstColumn = true
)

Parameters

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

See Also