[]
Gets or sets a bool value determining whether control should show button for external editing or ComboBox for the single selection.
public bool ShowButton { get; set; }
Type | Description |
---|---|
bool | The default value is true. |
If this property is true, control shows Button and TextBox. In such case editing and selection from the source collection is implemented by the SelectFromListDialogCommand command.
If this property is false, controls shows ComboBox for the single selection. In this case, TargetCollection is updated automatically when user selects ComboBox item.