FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / TransposedGridCellFactory Class
Properties Methods


In This Topic
    TransposedGridCellFactory Class Members
    In This Topic

    The following tables list the members exposed by TransposedGridCellFactory.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TransposedGridCellFactory 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.WPF.Grid.GridCellFactory)
    Public PropertyOverridden. Gets the number of columns belonging to the cells area.  
    Public PropertyOverridden. Gets the number of rows belonging to the cells area.  
    Public PropertyOverridden. Gets the number of rows belonging to the column footers area.  
    Public PropertyOverridden. Gets the number of rows belonging to the column headers area.  
    Public PropertyGets the total number of columns. (Inherited from C1.WPF.Grid.GridCellFactory)
    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. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets the inner cell factory. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public PropertyGets whether the selection is composed by cells. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets whether the selection is composed by all the cells of the columns. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets whether the mouse-over state is reflected in the cells. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets whether the selection can be a range of cells. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets whether the selection can be composed by non-contiguous ranges of cells. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets whether the selection is composed by all the cells of the rows. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyGets whether there is any selection possible in the grid. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public Property (Inherited from C1.WPF.Grid.GridCellFactory)
    Public PropertyOverridden. Gets the number of columns belonging to the row headers area.  
    Public PropertyGets the total number of rows. (Inherited from C1.WPF.Grid.GridCellFactory)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Returns true when the cell in the specified range can be edited. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodOverloaded. Binds the the cell. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodBinds the content of the cell. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodOverloaded. Creates the cell. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodCreates the content of the cell. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodOverloaded. Creates the cell editor. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodGets a key that defines the type of cell content. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodOverloaded. Gets a key that defines the kind of cell content. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodOverloaded. Gets the text representing the content of a cell. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodOverloaded. Gets the distance between the origin and the specified column. (Inherited from C1.WPF.Grid.GridControlAdapter)
    Public MethodGets the render width of the specified column. (Inherited from C1.WPF.Grid.GridControlAdapter)
    Public MethodGets the default column dimensions. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets the default row dimensions. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets the number of frozen rows at the bottom. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets the number of frozen columns. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets the number of frozen rows. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets range of cells from the coordinates of the hovered cell. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodOverloaded. Gets the distance between the origin and the specified row. (Inherited from C1.WPF.Grid.GridControlAdapter)
    Public MethodGets the render height of the specified row. (Inherited from C1.WPF.Grid.GridControlAdapter)
    Public MethodGets the number of times a cell is selected. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets the effective selection range from another range. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets whether the bottom freezing separator is visible. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets whether the left freezing separator is visible. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodGets whether the top freezing separator is visible. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodOverloaded. Called when the editing of a cell ended. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodOverloaded. Prepares the cell to be shown. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Public MethodRefreshes the grid according to the selected ranges. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodReverts the style of a cell to be used again. (Inherited from C1.WPF.Grid.GridControlAdapter)
    Public MethodOverloaded. Sets the value of a specified cell. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodOverloaded. Unbinds the cell. (Inherited from C1.WPF.Grid.GridCellFactory)
    Public MethodUnbinds the content of the cell. (Inherited from C1.WPF.Grid.GridWrapCellFactory)
    Top
    See Also