Show / Hide Table of Contents

Method GetCommandEntries

| Improve this Doc View Source

GetCommandEntries(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest