C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace > EditCollectionControl Class : ShowButton Property |
'Declaration Public Property ShowButton As System.Boolean
public System.bool ShowButton {get; set;}
If this property is true, control shows Button and TextBox. In such case editing and selection from the source collection is implemented by the C1Scheduler.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.