Method GetCommandEntries
| Improve this Doc View SourceGetCommandEntries(GridCell)
Retrieves the implementation of the commands for specified GridCell.
Declaration
IEnumerable<CommandEntry> GetCommandEntries(GridCell gridCell)
Parameters
Type | Name | Description |
---|---|---|
GridCell | gridCell | The specified GridCell. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CommandEntry> | The implementation of the commands. |