EAPCommandEventArgsRowKey Property |
The RowKey of the record on which the command is to be performed.
Typically this value is provided only
RowMenu commands.
For other commands, the RowKey(s) of the records on which to act may be obtained via the
SelectedKeys command.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string RowKey { get; set; }
Public Property RowKey As String
Get
Set
Property Value
Type:
StringSee Also