[]
This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.
public class GridWrapCellFactory : GridCellFactory
Name | Description |
---|---|
GridWrapCellFactory(GridCellFactory) | Initializes a new instance of the GridWrapCellFactory class. |
Name | Description |
---|---|
Grid | Gets the associated grid. |
InnerFactory | Gets the inner cell factory. |
Name | Description |
---|---|
AllowEditing(GridCellRange) | Returns true when the cell in the specified range can be edited. |
BindCellContent(GridCellType, GridCellRange, View) | Binds the content of the cell. |
Contains(GridCellFactoryBase) | Returns true if the specified |
CreateCellContent(GridCellType, GridCellRange, object) | Creates the content of the cell. |
CreateCellEditor(GridCellRange) | Creates the cell editor. |
GetCellContentType(GridCellType, GridCellRange) | Gets a key that defines the type of cell content. |
OnEditEnded(GridCellRange, View, bool) | Called when the editing of a cell ended. |
PrepareCell(GridCellType, GridCellRange, GridCellView) | Prepares the cell to be shown. |
UnbindCellContent(GridCellType, GridCellRange, View) | Unbinds the content of the cell. |