[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilder-2.TemplateBind

TemplateBind Method

TemplateBind(string, string)

Configurates the TemplateBindings client event. Sets the collection of the template bindings.

Declaration
public TBuilder TemplateBind(string propertyName, string boundName)
Parameters
Type Name Description
string propertyName

The specified property name.

string boundName

The specified item name in DataContext.

Returns
Type Description
TBuilder

Current builder.

Remarks

When the control works in template mode, bind the property which name is specified to some item which name is specified.