Method GetCommandEntries
| Improve this Doc View SourceGetCommandEntries(RowSelector)
Retrieves command implementations for specified RowSelector.
Declaration
IEnumerable<CommandEntry> GetCommandEntries(RowSelector rowSelector)
Parameters
Type | Name | Description |
---|---|---|
RowSelector | rowSelector | The specified RowSelector. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CommandEntry> | The retrieved command implementations. |