WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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 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. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the number of columns belonging to the cells area. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the number of rows belonging to the cells area. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the number of rows belonging to the column footers area. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the number of rows belonging to the column headers area. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the total number of columns. (Inherited from C1.WinUI.Grid.GridCellFactory)
    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. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the inner cell factory.  
    Public PropertyGets whether the selection is composed by cells. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets whether the selection is composed by all the cells of the columns. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets whether the mouse-over state is reflected in the cells. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets whether the selection can be a range of cells. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets whether the selection can be composed by non-contiguous ranges of cells. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets whether the selection is composed by all the cells of the rows. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets whether there is any selection possible in the grid. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the range of cells where a user can navigate with the keyboard as well as edit and select cells (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the number of columns belonging to the row headers area. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public PropertyGets the total number of rows. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Returns true when the cell in the specified range can be edited.  
    Public MethodOverloaded. Binds the cell. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodOverridden. Binds the content of the cell.  
    Public MethodOverloaded. Creates the content of the cell. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodOverridden. Creates the content of the cell.  
    Public MethodOverloaded. Overridden. Creates the cell editor.  
    Public MethodOverridden. Gets a key that defines the type of cell content.  
    Public MethodOverloaded. Gets a key that defines the type of cell content. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodOverloaded. Gets the text representing the content of a cell. (Inherited from C1.WinUI.Grid.GridCellFactory)
    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 MethodGets the default column dimensions. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets the default row dimensions. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets the number of frozen rows at the bottom. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets the number of frozen columns. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets the number of frozen rows. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets range of cells from the coordinates of the hovered cell. (Inherited from C1.WinUI.Grid.GridCellFactory)
    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 MethodGets the number of times a cell is selected. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets the effective selection range from another range. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets whether the bottom freezing separator is visible. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets whether the left freezing separator is visible. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodGets whether the top freezing separator is visible. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodOverloaded. Overridden. Called when the editing of a cell ended.  
    Public MethodOverloaded. Overridden. Prepares the cell to be shown.  
    Public MethodRefreshes the grid according to the selected ranges. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodReverts the style of a cell to be used again. (Inherited from C1.WinUI.Grid.GridControlAdapter)
    Public MethodOverloaded. Sets the value of a specified cell. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodOverloaded. Unbinds the cell. (Inherited from C1.WinUI.Grid.GridCellFactory)
    Public MethodOverridden. Unbinds the content of the cell.  
    Top
    See Also