ColumnBindingT Constructor (Int32) |
Initializes a new instance of the ColumnBinding class with the specified column
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ColumnBinding(
int column
)
Public Sub New (
column As Integer
)
new :
column : int -> ColumnBinding
Parameters
- column
- Type: SystemInt32
column/index to get/set the value from each object
See Also