Click or drag to resize

EAPCommandEventArgsSelectedKeys Property

Gets/sets the list of selected row keys on which the command is to be performed. Currently this list is provided only for limited situations and therefore should be checked for null. If null, the RowKey(s) of the records on which to act may typically 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 StringList SelectedKeys { get; set; }

Property Value

Type: StringList
See Also