Name | Description | |
---|---|---|
![]() | GridWrapCellFactory Constructor | Initializes a new instance of the GridWrapCellFactory class. |
The following tables list the members exposed by GridWrapCellFactory.
Name | Description | |
---|---|---|
![]() | GridWrapCellFactory Constructor | Initializes a new instance of the GridWrapCellFactory class. |
Name | Description | |
---|---|---|
![]() | CellsColumnsCount | Gets the number of columns belonging to the cells area. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | CellsRowsCount | Gets the number of rows belonging to the cells area. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | ColumnHeaderRowsCount | Gets the number of rows belonging to the column headers area. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | ColumnsCount | Gets the total number of columns. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | DefaultColumn | Gets the default column dimensions. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | DefaultRow | Gets the default row dimensions. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | InnerFactory | Gets the inner cell factory. |
![]() | RowHeaderColumnsCount | Gets the number of columns belonging to the row headers area. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | RowsCount | Gets the total number of rows. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
Name | Description | |
---|---|---|
![]() | AllowEditing | Overridden. Returns true when the cell in the specified range can be edited. |
![]() | BindCellContent | Overridden. Binds the content of the cell. |
![]() | CreateCellContent | Overridden. Creates the content of the cell. |
![]() | CreateCellEditor | Overridden. Creates the cell editor. |
![]() | GetCellContentType | Overridden. Gets a key that defines the type of cell content. |
![]() | GetCellText | Gets the text representing the content of a cell. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | GetDefaultColumn | Gets the default column dimensions. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | GetDefaultRow | Gets the default row dimensions. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | GetFrozenColumns | Gets the number of frozen columns. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | GetFrozenRows | Gets the number of frozen rows. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. (Inherited from C1.Android.Grid.GridCellFactoryBase) |
![]() | OnEditEnded | Overridden. Called when the editing of a cell ended. |
![]() | PrepareCell | Overridden. Prepares the cell to be shown. |
![]() | SetCellValue | Sets the value of a specified cell. (Inherited from C1.Android.Grid.GridCellFactory) |
![]() | UnbindCellContent | Overridden. Unbinds the content of the cell. |