[]
When the builder works in template mode, bind the property which name is specified to some item which name is specified.
public virtual 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. |
It only works in template mode.