Bindable |
The BindableItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedAccess | Returns the allowed access for external IO on this item. | |
| BindingInterface | Gets/sets if the bindable item has a declared binding interface. Normally, aspects manage the BAPI themselves. | |
| DefaultAccess | Returns the default access for external IO on this item. | |
| ExportProperty | Mark a bindable item for FMU / multi-model export. | |
| Expression | Returns the full expression of the item. Includes the full name of the associated visual and the binding name. | |
| HasBindingInterface | Returns true if the bindable item has a declared binding interface. | |
| IOControl | Gets or sets a property to control how individual updates to this item are presented externally. | |
| IsBindingInterface | Declares a bindable item as part of the binding interface for a component. Yes: Bindable item is definitely part of the API. Maybe: Bindable item may be part of the API. No: Bindable item is definitely not part of the API. | |
| IsBound | Returns true if this item is bound to a server item in the TagBrowser. | |
| Type | The declared .Net type of the item. | |
| Value | Gets or sets the value of the item. |