Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​ComponentModel.​BindingDirection
Assembly: System.ComponentModel.TypeConverter
Specifies whether the template can be bound one way or two ways.
Values
OneWay
The template can only accept property values. Used with a generic <see cref="T:System.Web.UI.ITemplate" /> .
TwoWay
The template can accept and expose property values. Used with an <see cref="T:System.Web.UI.IBindableTemplate" /> .