Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellFactoryBase Class
Properties Methods

In This Topic
    GridCellFactoryBase Class Members
    In This Topic

    The following tables list the members exposed by GridCellFactoryBase.

    Public Properties
     NameDescription
    Public Property Gets the number of columns belonging to the cells area.  
    Public Property Gets the number of rows belonging to the cells area.  
    Public Property Gets the number of rows belonging to the column headers area.  
    Public Property Gets the total number of columns.  
    Public Property Gets the default column dimensions.  
    Public Property Gets the default row dimensions.  
    Public Property Gets the number of columns belonging to the row headers area.  
    Public Property Gets the total number of rows.  
    Top
    Public Methods
     NameDescription
    Public Method Returns true when the cell in the specified range can be edited.  
    Public Method Binds the content of the cell.  
    Public Method Creates the content of the cell.  
    Public Method Creates the cell editor.  
    Public Method Gets a key that defines the type of cell content.  
    Public Method Gets the text representing the content of a cell.  
    Public MethodOverloaded.  Gets the distance between the origin and the specified column.  
    Public Method Gets the default column dimensions.  
    Public Method Gets the default row dimensions.  
    Public Method Gets the number of frozen columns.  
    Public Method Gets the number of frozen rows.  
    Public MethodOverloaded.  Gets the distance between the origin and the specified row.  
    Public Method Called when the editing of a cell ended.  
    Public Method Prepares the cell to be shown.  
    Public Method Sets the value of a specified cell.  
    Public Method Unbinds the content of the cell.  
    Top
    See Also