[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Column class
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
protected Column(
Grid grid,
string id,
int fieldIndex
)
protected Column(
Grid grid,
string id,
int fieldIndex
)
Protected Sub New (
grid As Grid,
id As String,
fieldIndex As Integer
)
Protected Sub New (
grid As Grid,
id As String,
fieldIndex As Integer
)
protected:
Column(
Grid^ grid,
String^ id,
int fieldIndex
)
protected:
Column(
Grid^ grid,
String^ id,
int fieldIndex
)
new :
grid : Grid *
id : string *
fieldIndex : int -> Column
new :
grid : Grid *
id : string *
fieldIndex : int -> Column