[]
        
(Showing Draft Content)

C1.Web.Mvc.ItemsBoundControl-1

ItemsBoundControl<T> Class

Defines the base class for C1 bound controls.

Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class ItemsBoundControl<T> : Control, IHtmlString, ITemplate
Type Parameters
Name Description
T

Constructors

Name Description
ItemsBoundControl(HtmlHelper, string)

Creates one ItemsBoundControl<T> instance.

Properties

Name Description
ItemsSource

Gets or sets ItemsSource settings.

ItemsSourceId

Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.

Methods

Name Description
CreateChildComponents()

Ensure the child components created.

RegisterStartupScript(HtmlTextWriter)

Register the startup scripts.

Extension Methods