Click or drag to resize

ColumnBindingT Class

Column/Index binding for objects implementing IColumnItem or IList
Inheritance Hierarchy
SystemObject
  Eto.FormsBinding
    Eto.FormsIndirectBindingT
      Eto.FormsColumnBindingT

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ColumnBinding<T> : IndirectBinding<T>

Type Parameters

T

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

The ColumnBindingT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumn
Gets or sets the column the binding will get/set the value
Top
Methods
Remarks
This binding is an indirect binding on a particular column/index of each object. This is used to get/set values of a passed-in object to the GetValue(Object) and SetValue(Object, T).
See Also