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
)
Public Function IsSelected (
rk As String
) As Boolean
Parameters
- rk
- Type: SystemString
The row key to check.
Return Value
Type:
BooleanTrue if the specified row key was selected in the current instance, else false.
See Also