RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ListWindowViewModel..::..SelectRow Method (ListControlDataSourceRow, Int32)

Selects the row.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public void SelectRow(
	ListControlDataSourceRow selectedRow,
	int pageSize
)
Public Sub SelectRow ( _
	selectedRow As ListControlDataSourceRow, _
	pageSize As Integer _
)
public:
void SelectRow(
	ListControlDataSourceRow^ selectedRow, 
	int^ pageSize
)

Parameters

selectedRow
Type: RingSoft.DbLookup..::..ListControlDataSourceRow
The selected row.
pageSize
Type: Int32
Size of the page.