GridEditFormSettings Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public GridEditFormSettings(
GridTableView owner
)
Public Sub New (
owner As GridTableView
)
public:
GridEditFormSettings(
GridTableView^ owner
)
new :
owner : GridTableView -> GridEditFormSettings
Parameters
- owner
- Type: Kettic.AspNet.ControlsGridTableView
See Also