Gets a list containing the child Command objects.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Command> Commands { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Commands As List(Of Command) |
See Also