[]
Defines the base class for C1 bound controls.
public abstract class ItemsBoundControl<T> : Control, IHtmlString, ITemplate
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ItemsBoundControl(HtmlHelper, string) | Creates one ItemsBoundControl<T> instance. |
| Name | Description |
|---|---|
| ItemsSource | Gets or sets ItemsSource settings. |
| ItemsSourceId | Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. |
| Name | Description |
|---|---|
| CreateChildComponents() | Ensure the child components created. |
| RegisterStartupScript(HtmlTextWriter) | Register the startup scripts. |