System.ComponentModel.BindingDirection Enumeration

Specifies whether the template can be bound one way or two ways.

Syntax

public enum BindingDirection

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0