GridColumnInitializeCell Method |
After a call to this method the column should add the corresponding controls
(text, labels, input controls) into the cell given, regarding the inItem type and
column index.
Note: This method is called within KaxGrid and is not intended
to be used directly from your code.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual void InitializeCell(
TableCell cell,
int columnIndex,
GridItem inItem
)
Public Overridable Sub InitializeCell (
cell As TableCell,
columnIndex As Integer,
inItem As GridItem
)
public:
virtual void InitializeCell(
TableCell^ cell,
int columnIndex,
GridItem^ inItem
)
abstract InitializeCell :
cell : TableCell *
columnIndex : int *
inItem : GridItem -> unit
override InitializeCell :
cell : TableCell *
columnIndex : int *
inItem : GridItem -> unit
Parameters
- cell
- Type: System.Web.UI.WebControlsTableCell
- columnIndex
- Type: SystemInt32
- inItem
- Type: Kettic.AspNet.ControlsGridItem
See Also