Back to Devexpress

VGridControlBase.SelectRows Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-selectrows.md

latest963 B
Original Source

VGridControlBase.SelectRows Method

NameParametersDescription
SelectRows(BaseRow, BaseRow)startRow, endRowSelects rows in the specified range. Has effect only if MultiSelectMode is set to RowSelect.
SelectRows(Int32, Int32)startRowIndex, endRowIndexSelects rows in the specified range. Has effect only if MultiSelectMode is set to RowSelect.