Class that implements the default cell factory for a C1FlexGrid.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public class CellFactory : ICellFactory |
Visual Basic |
---|
Public Class CellFactory _ Implements ICellFactory |
Remarks
If you need to create custom cells, then you have to create a class that implements
the ICellFactory interface and assign an instance of that class to the
CellFactory property.