C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridWrapCellFactory Class

In This Topic
GridWrapCellFactory Class Methods
In This Topic

For a list of all members of this type, see GridWrapCellFactory members.

Public Methods
 NameDescription
Public MethodOverridden.  Returns true when the cell in the specified range can be edited.  
Public MethodOverridden.  Binds the content of the cell.  
Public MethodOverridden.  Creates the content of the cell.  
Public MethodOverridden.  Creates the cell editor.  
Public MethodOverridden.  Gets a key that defines the type of cell content.  
Public Method Gets the text representing the content of a cell. (Inherited from C1.Android.Grid.GridCellFactory)
Public MethodOverloaded.  Gets the distance between the origin and the specified column. (Inherited from C1.Android.Grid.GridCellFactoryBase)
Public Method Gets the default column dimensions. (Inherited from C1.Android.Grid.GridCellFactory)
Public Method Gets the default row dimensions. (Inherited from C1.Android.Grid.GridCellFactory)
Public Method Gets the number of frozen columns. (Inherited from C1.Android.Grid.GridCellFactoryBase)
Public Method Gets the number of frozen rows. (Inherited from C1.Android.Grid.GridCellFactoryBase)
Public MethodOverloaded.  Gets the distance between the origin and the specified row. (Inherited from C1.Android.Grid.GridCellFactoryBase)
Public MethodOverridden.  Called when the editing of a cell ended.  
Public MethodOverridden.  Prepares the cell to be shown.  
Public Method Sets the value of a specified cell. (Inherited from C1.Android.Grid.GridCellFactory)
Public MethodOverridden.  Unbinds the content of the cell.  
Top
See Also