Commands
The command properties include:
- Anonymous Group - The AnonymousGroup component is referenced by
Commands and Named Groups. Commands and Named Groups that reference the same
Anonymous Group will be displayed together. It is allowed to exist as a
child of a CommandList component because of its inheritance from
CommandListChildBase.
- Command - The Command component is allowed to exist as a child of
a CommandList component because of its inheritance from CommandListChildBase.
It also inherits functionality from the CommandBase component.
- Command Id- The CommandId component is referenced by Commands
from different CommandLists. It exists as a child of the CommandLists
component.
- Command List - A set of Commands that can be referenced by a View/Dialog
or Layout.
- Named Group - The NamedGroup component is referenced by Commands,
AnonymousGroups and other NamedGroups instances. Commands, AnonymousGroups
and NamedGroups that reference the same NamedGroup will be displayed as sub-items. It is allowed to exist as a child of a CommandList component because
of its inheritance from CommandListChildBase. It also inherits functionality from the CommandBase component.

Figure 1 - The Commands section of the UI Design Editor
Related references