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