DataGridUnSelect(Int32) Method

Unselects a specified row.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual void UnSelect(
	int aRowIndex
)

Parameters

aRowIndex  Int32
Specifies the index of the row to unselect.

See Also