| C1.Android.Grid Assembly > C1.Android.Grid Namespace : GridCellFactory Class |
The following tables list the members exposed by GridCellFactory.
| Name | Description | |
|---|---|---|
![]() | GridCellFactory Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | CellsColumnsCount | Gets the number of columns belonging to the cells area. |
![]() | CellsRowsCount | Gets the number of rows belonging to the cells area. |
![]() | ColumnHeaderRowsCount | Gets the number of rows belonging to the column headers area. |
![]() | ColumnsCount | Gets the total number of columns. |
![]() | DefaultColumn | Gets the default column dimensions. |
![]() | DefaultRow | Gets the default row dimensions. |
![]() | Grid | Gets the associated grid. |
![]() | InnerFactory | Gets the inner cell factory. |
![]() | RowHeaderColumnsCount | Gets the number of columns belonging to the row headers area. |
![]() | RowsCount | Gets the total number of rows. |
| Name | Description | |
|---|---|---|
![]() | AllowEditing | Returns true when the cell in the specified range can be edited. |
![]() | BindCellContent | Binds the content of the cell. |
![]() | CreateCellContent | Creates the content of the cell. |
![]() | CreateCellEditor | Creates the cell editor. |
![]() | GetCellContentType | Gets a key that defines the type of cell content. |
![]() | GetCellText | Gets the text representing the content of a cell. |
![]() | GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. |
![]() | GetDefaultColumn | Gets the default column dimensions. |
![]() | GetDefaultRow | Gets the default row dimensions. |
![]() | GetFrozenColumns | Gets the number of frozen columns. |
![]() | GetFrozenRows | Gets the number of frozen rows. |
![]() | GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. |
![]() | OnEditEnded | Called when the editing of a cell ended. |
![]() | PrepareCell | Prepares the cell to be shown. |
![]() | SaveDesiredCellSize | Returns whether the desired size for a specific cell is taken into account. |
![]() | SetCellValue | Sets the value of a specified cell. |
![]() | UnbindCellContent | Unbinds the content of the cell. |