[]
        
(Showing Draft Content)

C1.Blazor.Grid.TransposedGridCellFactory

TransposedGridCellFactory Class

This cell-factory switches the columns and rows so the data-items are shown as columns.

Inheritance
TransposedGridCellFactory
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class TransposedGridCellFactory : GridWrapCellFactory

Constructors

Name Description
TransposedGridCellFactory(GridCellFactory)

Initializes a new instance of the TransposedGridCellFactory class.

Properties

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

Methods

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 from column can dropped at the to position.

CanDropRow(int, int)

Determines whether the from row can dropped at the to position.

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 from to the index to.

DropRowAsync(int, int)

Drops the row from the original index from to the index to.

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.