[]
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 |
|---|---|
| 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, FrameworkElement) | Binds the content of the cell. |
| Contains(GridControlAdapter) | 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, FrameworkElement, bool) | Called when the editing of a cell ended. |
| PrepareCell(GridCellType, GridCellRange, GridCellView, Thickness) | Prepares the cell to be shown. |
| UnbindCellContent(GridCellType, GridCellRange, FrameworkElement) | Unbinds the content of the cell. |