Gets or sets a Boolean value determining whether control should show button for external editing
or ComboBox for the single selection.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
Field Value
The default value is true.Remarks
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.