SharedCommandsGetCollectionButton Method

Gets a collection of buttons.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static ObservableCollection<ButtonItem> GetCollectionButton(
	ICommand command,
	List<CommandItem> items
)

Parameters

command  ICommand
ICommand with the command.
items  ListCommandItem
List<CommandItem> with the command items.

Return Value

ObservableCollectionButtonItem
ObservableCollection<ButtonItem> with the button items.

See Also