[]
This cell-factory switches the columns and rows so the data-items are shown as columns.
public class TransposedGridCellFactory : GridWrapCellFactory
Name | Description |
---|---|
TransposedGridCellFactory(GridCellFactory) | Initializes a new instance of the TransposedGridCellFactory class. |
Name | Description |
---|---|
CellsColumnsCount | Gets the number of columns belonging to the cells area. |
CellsRowsCount | Gets the number of rows belonging to the cells area. |
ColumnFooterRowsCount | Gets the number of rows belonging to the column footers area. |
ColumnHeaderRowsCount | Gets the number of rows belonging to the column headers area. |
RowHeaderColumnsCount | Gets the number of columns belonging to the row headers area. |
SelectionMode |
Name | Description |
---|---|
CanDragColumn(int, int) | Determines whether the column can be dragged. |
CanDragRow(int, int) | Determines whether the row can be dragged. |
CanDropColumn(int, int) | Determines whether the |
CanDropRow(int, int) | Determines whether the |
CanSetColumnWidth(GridRowColType, int) | Determines whether the with of a column can be set. |
CanSetRowHeight(GridRowColType, int) | Determines whether the height of the row can be set. |
DropColumnAsync(int, int) | Drops the column from the original index |
DropRowAsync(int, int) | Drops the row from the original index |
GetColumnInfo(GridRowColType, int) | Gets the dimensions for the specified column. |
GetRowInfo(GridRowColType, int) | Gets the dimensions for the specified row. |
OnColumnsChanged(GridControlAdapterNotifyChange) | Notifies the adapter there were changed in the model columns. |
OnColumnsChanging(GridControlAdapterNotifyChange) | Notifies the adapter there will be changed in the model columns. |
OnRowsChanged(GridControlAdapterNotifyChange) | Notifies the adapter there were changes in the model rows. |
OnRowsChanging(GridControlAdapterNotifyChange) | Notifies the adapter there will be changed in the model rows. |