Summary

public Action<List<MyTerminalControlComboBoxItem>> ComboBoxContent { get; set; }

This allows you to set the content of the combo box itself.

Returns

Action<List>