[]
The EditCollectionControl control is an auxiliary control encapsulating UI elements for editing Appointment Categories, Links or Resource properties.
public class EditCollectionControl : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
| Name | Description |
|---|---|
| EditCollectionControl() | Initializes a new instance of the EditCollectionControl control. |
| Name | Description |
|---|---|
| ButtonText | Gets or sets a string value whiuch should be used as a button content. This is a dependency property. |
| ItemType | Gets or sets a type of items in a source and target collections. |
| LabelText | Gets or sets a string value whiuch should be used as a label content. This is a dependency property. |
| ParentAppointment | Gets or sets the appointment object, for which the control is shown. |
| Scheduler | Gets or sets the the parent C1Scheduler object. |
| ShowButton | Gets or sets a bool value determining whether control should show button for external editing or ComboBox for the single selection. |
| SourceCollection | Gets or sets an IList list, containing all available items. |
| TargetCollection | Gets or sets an IList list, containing selected items. |
| Text | Gets or sets a string value whiuch should be used as a TextBox content. This is a dependency property. |
| WindowTitle | Gets or sets a string value which should be used as a dialog title. |
| Name | Description |
|---|---|
| InitializeComponent() | InitializeComponent |