[]
Add a formula binding to the specified property of an object.
bool Add(string propertyName, string formula, IValueConverter converter = null)
Function Add(propertyName As String, formula As String, Optional converter As IValueConverter = Nothing) As Boolean
| Type | Name | Description |
|---|---|---|
| string | propertyName | The property name. |
| string | formula | The formula text to bind. |
| IValueConverter | converter | The converter to convert value of the binding source. |
| Type | Description |
|---|---|
| bool |