Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class
Properties Methods

In This Topic
    GridCellFactory Class Members
    In This Topic

    The following tables list the members exposed by GridCellFactory.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GridCellFactory class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of columns belonging to the cells area.  
    Public PropertyGets the number of rows belonging to the cells area.  
    Public PropertyGets the number of rows belonging to the column footers area.  
    Public PropertyGets the number of rows belonging to the column headers area.  
    Public PropertyOverridden. Gets the total number of columns.  
    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.  
    Public PropertyOverridden. Gets whether the selection is composed by cells.  
    Public PropertyOverridden. Gets whether the selection is composed by all the cells of the columns.  
    Public PropertyGets whether the mouse-over state is reflected in the cells. (Inherited from C1.Blazor.Grid.GridControlAdapter)
    Public PropertyOverridden. Gets whether the selection can be a range of cells.  
    Public PropertyOverridden. Gets whether the selection can be composed by non-contiguous ranges of cells.  
    Public PropertyOverridden. Gets whether the selection is composed by all the cells of the rows.  
    Public PropertyOverridden. Gets whether there is any selection possible in the grid.  
    Public PropertyOverridden. Gets the range of cells where a user can navigate with the keyboard as well as edit and select cells  
    Public PropertyGets the number of columns belonging to the row headers area.  
    Public PropertyOverridden. Gets the total number of rows.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Returns true when the cell in the specified range can be edited.  
    Public MethodOverloaded. Overridden. Returns the fragment to show inside the cell at the specified range.  
    Public MethodOverloaded. Overridden. Gets the CSS classes that will be applied to the cell.  
    Public MethodOverloaded. Overridden. Gets the text representing the content of a cell.  
    Public MethodOverloaded. Overridden. Gets the title attribute that will be applied to the cell.  
    Public MethodOverloaded. Gets the distance between the origin and the specified column. (Inherited from C1.Blazor.Grid.GridControlAdapter)
    Public MethodGets the render width of the specified column. (Inherited from C1.Blazor.Grid.GridControlAdapter)
    Public MethodOverridden. Gets the default column dimensions.  
    Public MethodOverridden. Gets the default row dimensions.  
    Public MethodOverridden. Gets the number of frozen rows at the bottom.  
    Public MethodOverridden. Gets the number of frozen columns.  
    Public MethodOverridden. Gets the number of frozen rows.  
    Public MethodGets range of cells from the coordinates of the hovered cell. (Inherited from C1.Blazor.Grid.GridControlAdapter)
    Public MethodOverloaded. Gets the distance between the origin and the specified row. (Inherited from C1.Blazor.Grid.GridControlAdapter)
    Public MethodGets the render height of the specified row. (Inherited from C1.Blazor.Grid.GridControlAdapter)
    Public MethodOverridden. Gets the number of times a cell is selected.  
    Public MethodOverridden. Gets the effective selection range from another range.  
    Public MethodOverridden. Gets whether the bottom freezing separator is visible.  
    Public MethodOverridden. Gets whether the left freezing separator is visible.  
    Public MethodOverridden. Gets whether the top freezing separator is visible.  
    Public MethodOverloaded. Overridden. Called when the editing of a cell ended.  
    Public MethodOverloaded. Overridden. Prepares the specified style for displaying the cell in the specified range.  
    Public MethodOverridden. Refreshes the grid according to the selected ranges.  
    Public MethodOverloaded. Overridden. Sets the value of a specified cell.  
    Top
    See Also