Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridWrapCellFactory Class
Properties Methods


In This Topic
    GridWrapCellFactory Class Members
    In This Topic

    The following tables list the members exposed by GridWrapCellFactory.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridWrapCellFactory class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of columns belonging to the cells area. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public PropertyGets the number of rows belonging to the cells area. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public PropertyGets the number of rows belonging to the column headers area. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public PropertyGets the total number of columns. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactoryBase)
    Public PropertyGets the default column dimensions. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactoryBase)
    Public PropertyGets the default row dimensions. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactoryBase)
    Public PropertyGets the inner cell factory.  
    Public PropertyGets the number of columns belonging to the row headers area. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public PropertyGets the total number of rows. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactoryBase)
    Top
    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 MethodGets the text representing the content of a cell. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public MethodGets the default column dimensions. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public MethodGets the default row dimensions. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public MethodOverridden. Called when the editing of a cell ended.  
    Public MethodOverridden. Prepares the cell to be shown.  
    Public MethodSets the value of a specified cell. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactory)
    Public MethodOverridden. Unbinds the content of the cell.  
    Top
    Protected Methods
     NameDescription
    Protected MethodApplies the selection colors to a specific cell. (Inherited from C1.Xamarin.Forms.Grid.GridCellFactoryBase)
    Top
    See Also