WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class
Properties Methods


In This Topic
    GridCellFactory Class Members
    In This Topic

    The following tables list the members exposed by GridCellFactory.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridCellFactory class.  
    Top
    Public Properties
     NameDescription
    Public PropertyWhen set to true the methods GetCellKind(GridCellType,GridCellRange), CreateCell(GridCellType,GridCellRange,Object), BindCell(GridCellType,GridCellRange,GridCellView) and UnbindCell(GridCellType,GridCellRange,GridCellView) will be called allowing customized cells, inheriting from GridCellView.  
    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 footers area.  
    Public PropertyGets the number of rows belonging to the column headers area.  
    Public PropertyOverridden. Gets the total number of columns.  
    Public PropertyGets the default column dimensions. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public PropertyGets the default row dimensions. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public PropertyGets the associated grid.  
    Public PropertyOverridden. Gets whether the selection is composed by cells.  
    Public PropertyOverridden. Gets whether the selection is composed by all the cells of the columns.  
    Public PropertyOverridden. Gets whether the mouse-over state is reflected in the cells.  
    Public PropertyOverridden. Gets whether the selection can be a range of cells.  
    Public PropertyOverridden. Gets whether the selection can be composed by non-contiguous ranges of cells.  
    Public PropertyOverridden. Gets whether the selection is composed by all the cells of the rows.  
    Public PropertyOverridden. Gets whether there is any selection possible in the grid.  
    Public PropertyOverridden. Gets the range of cells where a user can navigate with the keyboard as well as edit and select cells  
    Public PropertyGets the number of columns belonging to the row headers area.  
    Public PropertyOverridden. Gets the total number of rows.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Returns true when the cell in the specified range can be edited.  
    Public MethodOverloaded. Overridden. Binds the cell.  
    Public MethodBinds the content of the cell.  
    Public MethodOverloaded. Overridden. Creates the content of the cell.  
    Public MethodCreates the content of the cell.  
    Public MethodOverloaded. Overridden. Creates the cell editor.  
    Public MethodGets a key that defines the type of cell content.  
    Public MethodOverloaded. Overridden. Gets a key that defines the type of cell content.  
    Public MethodOverloaded. Overridden. Gets the text representing the content of a cell.  
    Public MethodOverloaded. Gets the distance between the origin and the specified column. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public MethodGets the render width of the specified column. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public MethodOverridden. Gets the default column dimensions.  
    Public MethodOverridden. Gets the default row dimensions.  
    Public MethodOverridden. Gets the number of frozen rows at the bottom.  
    Public MethodOverridden. Gets the number of frozen columns.  
    Public MethodOverridden. Gets the number of frozen rows.  
    Public MethodOverridden. Gets range of cells from the coordinates of the hovered cell.  
    Public MethodOverloaded. Gets the distance between the origin and the specified row. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public MethodGets the render height of the specified row. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public MethodOverridden. Gets the number of times a cell is selected.  
    Public MethodOverridden. Gets the effective selection range from another range.  
    Public MethodOverridden. Gets whether the bottom freezing separator is visible.  
    Public MethodOverridden. Gets whether the left freezing separator is visible.  
    Public MethodOverridden. Gets whether the top freezing separator is visible.  
    Public MethodOverloaded. Overridden. Called when the editing of a cell ended.  
    Public MethodOverloaded. Overridden. Prepares the cell to be shown.  
    Public MethodOverridden. Refreshes the grid according to the selected ranges.  
    Public MethodReverts the style of a cell to be used again. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public MethodOverloaded. Overridden. Sets the value of a specified cell.  
    Public MethodOverloaded. Overridden. Unbinds the cell.  
    Public MethodUnbinds the content of the cell.  
    Top
    See Also