Click or drag to resize

WizPageDataIsSelected Method (String)

Determines if the specified row key, in the current page instance, was selected.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsSelected(
	string rk
)

Parameters

rk
Type: SystemString
The row key to check.

Return Value

Type: Boolean
True if the specified row key was selected in the current instance, else false.
See Also