Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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 PropertyGets the number of columns belonging to the cells area.  
    Public PropertyGets the number of rows belonging to the cells area.  
    Public PropertyGets the number of rows belonging to the column headers area.  
    Public PropertyGets the total number of columns.  
    Public PropertyGets the default column dimensions.  
    Public PropertyGets the default row dimensions.  
    Public PropertyGets the number of columns belonging to the row headers area.  
    Public PropertyGets the total number of rows.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns true when the cell in the specified range can be edited.  
    Public MethodBinds the content of the cell.  
    Public MethodCreates the content of the cell.  
    Public MethodCreates the cell editor.  
    Public MethodGets a key that defines the type of cell content.  
    Public MethodGets the text representing the content of a cell.  
    Public MethodGets the default column dimensions.  
    Public MethodGets the default row dimensions.  
    Public MethodCalled when the editing of a cell ended.  
    Public MethodPrepares the cell to be shown.  
    Public MethodSets the value of a specified cell.  
    Public MethodUnbinds the content of the cell.  
    Top
    Protected Methods
     NameDescription
    Protected MethodApplies the selection colors to a specific cell.  
    Top
    See Also