Show / Hide Table of Contents

Method GetCommandEntries

| Improve this Doc View Source

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

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