[]
Configurates the TemplateBindings client event. Sets the collection of the template bindings.
public TBuilder TemplateBind(string propertyName, string boundName)
Type | Name | Description |
---|---|---|
string | propertyName | The specified property name. |
string | boundName | The specified item name in DataContext. |
Type | Description |
---|---|
TBuilder | Current builder. |
When the control works in template mode, bind the property which name is specified to some item which name is specified.