FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class


In This Topic
    GridCellFactory Class Properties
    In This Topic

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

    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 or sets whether the toggle-button for group rows are handled by this cell-factory.  
    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.WPF.Grid.GridControlAdapter)
    Public PropertyGets the default row dimensions. (Inherited from C1.WPF.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.   
    Public PropertyGets the number of columns belonging to the row headers area.  
    Public PropertyOverridden. Gets the total number of rows.  
    Top
    See Also