Name | Description | |
---|---|---|
GridWrapCellFactory Constructor | Initializes a new instance of the GridWrapCellFactory class. |
The following tables list the members exposed by GridWrapCellFactory.
Name | Description | |
---|---|---|
GridWrapCellFactory Constructor | Initializes a new instance of the GridWrapCellFactory class. |
Name | Description | |
---|---|---|
CellsColumnsCount | Gets the number of columns belonging to the cells area. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
CellsRowsCount | Gets the number of rows belonging to the cells area. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
ColumnFooterRowsCount | Gets the number of rows belonging to the column footers area. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
ColumnHeaderRowsCount | Gets the number of rows belonging to the column headers area. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
ColumnsCount | Gets the total number of columns. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
DefaultColumn | Gets the default column dimensions. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
DefaultRow | Gets the default row dimensions. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
Grid | Gets the associated grid. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
InnerFactory | Gets the inner cell factory. | |
IsCellSelection | Gets whether the selection is composed by cells. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsColumnSelection | Gets whether the selection is composed by all the cells of the columns. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsMouseOverEnabled | Gets whether the mouse-over state is reflected in the cells. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
IsMultipleSelection | Gets whether the selection can be a range of cells. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsMultiRangeSelection | Gets whether the selection can be composed by non-contiguous ranges of cells. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsRowSelection | Gets whether the selection is composed by all the cells of the rows. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsSelectionEnabled | Gets whether there is any selection possible in the grid. (Inherited from C1.Blazor.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.Blazor.Grid.GridCellFactory) | |
RowHeaderColumnsCount | Gets the number of columns belonging to the row headers area. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
RowsCount | Gets the total number of rows. (Inherited from C1.Blazor.Grid.GridCellFactory) |
Name | Description | |
---|---|---|
AllowEditing | Overloaded. Overridden. Returns true when the cell in the specified range can be edited. | |
GetCellContentRenderFragment | Overloaded. Overridden. Returns the fragment to show inside the cell at the specified range. | |
GetCellCssClasses | Overloaded. Overridden. Gets the CSS classes that will be applied to the cell. | |
GetCellText | Overloaded. Gets the text representing the content of a cell. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetCellTitle | Overloaded. Gets the title attribute that will be applied to the cell. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
GetColumnRenderWidth | Gets the render width of the specified column. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
GetDefaultColumn | Gets the default column dimensions. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetDefaultRow | Gets the default row dimensions. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetFrozenBottomRows | Gets the number of frozen rows at the bottom. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetFrozenColumns | Gets the number of frozen columns. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetFrozenRows | Gets the number of frozen rows. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetHoverRange | Gets range of cells from the coordinates of the hovered cell. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
GetRowRenderHeight | Gets the render height of the specified row. (Inherited from C1.Blazor.Grid.GridControlAdapter) | |
GetSelectedTimes | Gets the number of times a cell is selected. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
GetSelectionRange | Gets the effective selection range from another range. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsBottomFreezingSeparatorVisible | Gets whether the bottom freezing separator is visible. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsLeftFreezingSeparatorVisible | Gets whether the left freezing separator is visible. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
IsTopFreezingSeparatorVisible | Gets whether the top freezing separator is visible. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
OnEditEnded | Overloaded. Overridden. Called when the editing of a cell ended. | |
PrepareCellStyle | Overloaded. Overridden. Prepares the specified style for displaying the cell in the specified range. | |
RefreshSelectedRanges | Refreshes the grid according to the selected ranges. (Inherited from C1.Blazor.Grid.GridCellFactory) | |
SetCellValue | Overloaded. Sets the value of a specified cell. (Inherited from C1.Blazor.Grid.GridCellFactory) |