[]
        
(Showing Draft Content)

C1.WPF.Schedule.EditCollectionControl.ShowButton

ShowButton Property

ShowButton

Gets or sets a bool value determining whether control should show button for external editing or ComboBox for the single selection.

Declaration
public bool ShowButton { get; set; }
Property Value
Type Description
bool

The default value is true.

Remarks
<p>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.