Gets the INACTIVE visible rows in the Grid. It's also possible to specify only the selected visible rows.

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DataRowList GetVisibleRowsInactive(
	bool selectedRowsOnly
)
Visual Basic
Public Function GetVisibleRowsInactive ( _
	selectedRowsOnly As Boolean _
) As DataRowList
JScript
public function GetVisibleRowsInactive(
	selectedRowsOnly : boolean
) : DataRowList

Parameters

selectedRowsOnly
Type: System..::..Boolean
Specifies if only user selected rows should be returned

See Also