MindFusion.Wpf Pack Programmer's Guide
CompositeCommand.Commands Property
See Also
 





Gets a list containing the child Command objects.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IList<Command> Commands { get; }

Visual Basic  Copy Code

Public ReadOnly Property Commands As IList(Of Command)

 Property Value

A list of Command objects.

 Remarks

The returned list should not be modified directly.

 See Also

CompositeCommand Members
CompositeCommand Class
MindFusion.Spreadsheet.Wpf Namespace