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.iOS.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.iOS.Grid.GridCellFactoryBase) |
![]() | GetFrozenRows | Gets the number of frozen rows. (Inherited from C1.iOS.Grid.GridCellFactoryBase) |
![]() | GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. (Inherited from C1.iOS.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. |