BindingDirection Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

Syntax

'Declaration
Public Enumeration BindingDirection
public enum BindingDirection

Members

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.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference