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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool ShowButton { get; set; }
Visual Basic
Public Property ShowButton As Boolean
	Get
	Set

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.

See Also