Name | Description | |
---|---|---|
![]() | TransposedGridCellFactory Constructor | Initializes a new instance of the TransposedGridCellFactory class. |
The following tables list the members exposed by TransposedGridCellFactory.
Name | Description | |
---|---|---|
![]() | TransposedGridCellFactory Constructor | Initializes a new instance of the TransposedGridCellFactory class. |
Name | Description | |
---|---|---|
![]() | AllowCustomCells | When 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) |
![]() | AllowCustomToggleButton | Gets or sets whether the toggle-button for group rows are handled by this cell-factory. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | CellsColumnsCount | Overridden. Gets the number of columns belonging to the cells area. |
![]() | CellsRowsCount | Overridden. Gets the number of rows belonging to the cells area. |
![]() | ColumnFooterRowsCount | Overridden. Gets the number of rows belonging to the column footers area. |
![]() | ColumnHeaderRowsCount | Overridden. Gets the number of rows belonging to the column headers area. |
![]() | ColumnsCount | Gets the total number of columns. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | DefaultColumn | Gets the default column dimensions. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | DefaultRow | Gets the default row dimensions. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | Grid | Gets the associated grid. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | InnerFactory | Gets the inner cell factory. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | IsCellSelection | Gets whether the selection is composed by cells. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsColumnSelection | Gets whether the selection is composed by all the cells of the columns. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsMouseOverEnabled | Gets whether the mouse-over state is reflected in the cells. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsMultipleSelection | Gets whether the selection can be a range of cells. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsMultiRangeSelection | Gets whether the selection can be composed by non-contiguous ranges of cells. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsRowSelection | Gets whether the selection is composed by all the cells of the rows. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsSelectionEnabled | Gets whether there is any selection possible in the grid. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | NavigableRange | Gets 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) |
![]() | RowHeaderColumnsCount | Overridden. Gets the number of columns belonging to the row headers area. |
![]() | RowsCount | Gets the total number of rows. (Inherited from C1.WinUI.Grid.GridCellFactory) |
Name | Description | |
---|---|---|
![]() | AllowCustomCell | Gets whether custom cells are allowed for the specified range. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | AllowEditing | Overloaded. Returns true when the cell in the specified range can be edited. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | BindCell | Overloaded. Binds the cell. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | BindCellContent | Binds the content of the cell. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | CreateCell | Overloaded. Creates the content of the cell. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | CreateCellContent | Creates the content of the cell. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | CreateCellEditor | Overloaded. Creates the cell editor. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | GetCellContentType | Gets a key that defines the type of cell content. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | GetCellKind | Overloaded. Gets a key that defines the type of cell content. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetCellText | Overloaded. Gets the text representing the content of a cell. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetColumnRenderWidth | Gets the render width of the specified column. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetDefaultColumn | Gets the default column dimensions. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetDefaultRow | Gets the default row dimensions. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetFrozenBottomRows | Gets the number of frozen rows at the bottom. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetFrozenColumns | Gets the number of frozen columns. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetFrozenRows | Gets the number of frozen rows. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetHoverRange | Gets range of cells from the coordinates of the hovered cell. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetRowRenderHeight | Gets the render height of the specified row. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetSelectedTimes | Gets the number of times a cell is selected. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | GetSelectionRange | Gets the effective selection range from another range. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsBottomFreezingSeparatorVisible | Gets whether the bottom freezing separator is visible. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsLeftFreezingSeparatorVisible | Gets whether the left freezing separator is visible. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | IsTopFreezingSeparatorVisible | Gets whether the top freezing separator is visible. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | OnEditEnded | Overloaded. Called when the editing of a cell ended. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | PrepareCell | Overloaded. Prepares the cell to be shown. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |
![]() | RefreshSelectedRanges | Refreshes the grid according to the selected ranges. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | RevertCell | Reverts the style of a cell to be used again. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | SetCellValue | Overloaded. Sets the value of a specified cell. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | UnbindCell | Overloaded. Unbinds the cell. (Inherited from C1.WinUI.Grid.GridCellFactory) |
![]() | UnbindCellContent | Unbinds the content of the cell. (Inherited from C1.WinUI.Grid.GridWrapCellFactory) |