BindingDirection Enumeration
.NET Framework (current version)
Specifies whether the template can be bound one way or two ways.
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. |
.NET Framework
Available since 2.0
Silverlight
Available since 4.0
Available since 2.0
Silverlight
Available since 4.0
Show: