GridTableViewCollection Constructor (KaxGrid, GridTableView) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic GridTableViewCollection(
KaxGrid Owner,
GridTableView OwnerTableView
)
Public Sub New (
Owner As KaxGrid,
OwnerTableView As GridTableView
)
public:
GridTableViewCollection(
KaxGrid^ Owner,
GridTableView^ OwnerTableView
)
new :
Owner : KaxGrid *
OwnerTableView : GridTableView -> GridTableViewCollection
Parameters
- Owner
- Type: Kettic.AspNet.ControlsKaxGrid
- OwnerTableView
- Type: Kettic.AspNet.ControlsGridTableView
See Also