Click or drag to resize

IIndirectBindingT Interface

Base interface for an indirect binding.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IIndirectBinding<T> : IBinding

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.IIndirectBinding`1"]

The IIndirectBindingT type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Gets the value from the specified object using this binding
Public methodSetValue
Sets the specified value to an object using this binding
Top
Remarks
An indirect binding is passed the data item to get/set values on the object. This is used for things like the Grid, ListBox, etc when binding to values for each item in the data store.
See Also