DataGridColumnCreateCell Method
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public abstract DataGridCell CreateCell()
Public MustOverride Function CreateCell As DataGridCell
Return Value
DataGridCell
An intialized instance of
DataGridCell class.
When creating your own DataGrid columns, you should also create your own custom DataGrid cells, that is objects which derive from
DataGridCell.
DataGrid creates its cells automatically by calling this method for each of its columns.