BindingDirection Enumeration
Silverlight
Specifies whether the template can be bound one way or two ways.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| OneWay | The template can only accept property values. Used with a generic System.Web.UI.ITemplate. | |
| TwoWay | The template can accept and expose property values. Used with an System.Web.UI.IBindableTemplate. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.