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

In This Topic
GridWrapCellFactory Class Methods
In This Topic

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

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. Gets the text representing the content of a cell. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodOverloaded. Gets the title attribute that will be applied to the cell. (Inherited from C1.Blazor.Grid.GridCellFactory)
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 MethodGets the default column dimensions. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets the default row dimensions. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets the number of frozen rows at the bottom. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets the number of frozen columns. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets the number of frozen rows. (Inherited from C1.Blazor.Grid.GridCellFactory)
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 MethodGets the number of times a cell is selected. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets the effective selection range from another range. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets whether the bottom freezing separator is visible. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets whether the left freezing separator is visible. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodGets whether the top freezing separator is visible. (Inherited from C1.Blazor.Grid.GridCellFactory)
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 MethodRefreshes the grid according to the selected ranges. (Inherited from C1.Blazor.Grid.GridCellFactory)
Public MethodOverloaded. Sets the value of a specified cell. (Inherited from C1.Blazor.Grid.GridCellFactory)
Top
See Also