C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class

GridWrapCellFactory Class Properties

For a list of all members of this type, see GridWrapCellFactory members.

Public Properties
 NameDescription
Public PropertyGets the number of columns belonging to the cells area. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the number of rows belonging to the cells area. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the number of rows belonging to the column footers area. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the number of rows belonging to the column headers area. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the total number of columns. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the default column dimensions. (Inherited from C1.Blazor.Grid.GridControlAdapter)
Public PropertyGets the default row dimensions. (Inherited from C1.Blazor.Grid.GridControlAdapter)
Public PropertyGets the associated grid. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the inner cell factory.  
Public PropertyGets whether the selection is composed by cells. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets whether the selection is composed by all the cells of the columns. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets whether the mouse-over state is reflected in the cells. (Inherited from C1.Blazor.Grid.GridControlAdapter)
Public PropertyGets whether the selection can be a range of cells. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets whether the selection can be composed by non-contiguous ranges of cells. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets whether the selection is composed by all the cells of the rows. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets whether there is any selection possible in the grid. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets 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)
Public PropertyGets the number of columns belonging to the row headers area. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public PropertyGets the total number of rows. (Inherited from C1.Blazor.Grid.GridCellFactory)
Top
See Also