Class that implements the default cell factory for a C1FlexGrid.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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.