mscorlib(4.0.0.0) API with additions
BindingDirection.cs
1
namespace
System.ComponentModel
2
{
4
public
enum
BindingDirection
5
{
7
OneWay
,
9
TwoWay
10
}
11
}
System.ComponentModel.BindingDirection.OneWay
The template can only accept property values. Used with a generic T:System.Web.UI....
System.ComponentModel.BindingDirection.TwoWay
The template can accept and expose property values. Used with an T:System.Web.UI.IBindableTemplate.
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
System.ComponentModel.BindingDirection
BindingDirection
Specifies whether the template can be bound one way or two ways.
Definition:
BindingDirection.cs:4
All cs
System.ComponentModel
BindingDirection.cs
Generated by
1.8.15