DataGridColumnCreateCell Method

Intializes an instance of DataGridCell class.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public abstract DataGridCell CreateCell()

Return Value

DataGridCell
An intialized instance of DataGridCell class.

Remarks

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.

See Also