[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal CellElement(
CellView host,
Object row,
Column column
)
protected internal CellElement(
CellView host,
Object row,
Column column
)
Protected Friend Sub New (
host As CellView,
row As Object,
column As Column
)
Protected Friend Sub New (
host As CellView,
row As Object,
column As Column
)
protected public:
CellElement(
CellView^ host,
Object^ row,
Column^ column
)
protected public:
CellElement(
CellView^ host,
Object^ row,
Column^ column
)
new :
host : CellView *
row : Object *
column : Column -> CellElement
new :
host : CellView *
row : Object *
column : Column -> CellElement