Name | Description | |
---|---|---|
GridCellFactory Constructor | Overloaded. |
The following tables list the members exposed by GridCellFactory.
Name | Description | |
---|---|---|
GridCellFactory Constructor | Overloaded. |
Name | Description | |
---|---|---|
CellsColumnsCount | Overridden. Gets the number of columns belonging to the cells area. | |
CellsRowsCount | Overridden. Gets the number of rows belonging to the cells area. | |
ColumnHeaderRowsCount | Overridden. Gets the number of rows belonging to the column headers area. | |
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) | |
Grid | Gets the associated grid. | |
InnerFactory | Gets the inner cell factory. (Inherited from C1.Android.Grid.GridCellFactoryBase) | |
RowHeaderColumnsCount | Overridden. Gets the number of columns belonging to the row headers area. | |
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 | Overridden. Gets the text representing the content of a cell. | |
GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. (Inherited from C1.Android.Grid.GridCellFactoryBase) | |
GetDefaultColumn | Overridden. Gets the default column dimensions. | |
GetDefaultRow | Overridden. Gets the default row dimensions. | |
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 | Overridden. Sets the value of a specified cell. | |
UnbindCellContent | Overridden. Unbinds the content of the cell. |