SfDataGridBehaviorSelectAddNewRow Method
Select the row to add new rows to in the associated SfDataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public void SelectAddNewRow(
bool selectFirstColumn = true
)
Public Sub SelectAddNewRow (
Optional selectFirstColumn As Boolean = true
)
Parameters
- selectFirstColumn Boolean (Optional)
- Indicates whether the first column should be selected.