[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridWrapCellFactory

GridWrapCellFactory Class

This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.

Inheritance
GridWrapCellFactory
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridWrapCellFactory : GridCellFactory

Constructors

Name Description
GridWrapCellFactory(GridCellFactory)

Initializes a new instance of the GridWrapCellFactory class.

Properties

Name Description
Grid

Gets the associated grid.

InnerFactory

Gets the inner cell factory.

Methods

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 cellFactory is the same instance as this or if it is one of the nested cell factories.

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.