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

In This Topic
    GridControlAdapter Class Members
    In This Topic

    The following tables list the members exposed by GridControlAdapter.

    Public Properties
     NameDescription
    Public PropertyGets the total number of columns.  
    Public PropertyGets the default column dimensions.  
    Public PropertyGets the default row dimensions.  
    Public PropertyGets the associated grid.  
    Public PropertyGets whether the selection is composed by cells.  
    Public PropertyGets whether the selection is composed by all the cells of the columns.  
    Public PropertyGets whether the mouse-over state is reflected in the cells.  
    Public PropertyGets whether the selection can be a range of cells.  
    Public PropertyGets whether the selection can be composed by non-contiguous ranges of cells.  
    Public PropertyGets whether the selection is composed by all the cells of the rows.  
    Public PropertyGets whether there is any selection possible in the grid.  
    Public PropertyGets the range of cells where a user can navigate with the keyboard as well as edit and select cells  
    Public PropertyGets the total number of rows.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns true when the cell in the specified range can be edited.  
    Public MethodReturns the fragment to show inside the cell at the specified range.  
    Public MethodGets the CSS classes that will be applied to the cell.  
    Public MethodGets the text representing the content of a cell.  
    Public MethodGets the title attribute that will be applied to the cell.  
    Public MethodOverloaded. Gets the distance between the origin and the specified column.  
    Public MethodGets the render width of the specified column.  
    Public MethodGets the default column dimensions.  
    Public MethodGets the default row dimensions.  
    Public MethodGets the number of frozen rows at the bottom.  
    Public MethodGets the number of frozen columns.  
    Public MethodGets the number of frozen rows.  
    Public MethodGets range of cells from the coordinates of the hovered cell.  
    Public MethodOverloaded. Gets the distance between the origin and the specified row.  
    Public MethodGets the render height of the specified row.  
    Public MethodGets the number of times a cell is selected.  
    Public MethodGets the effective selection range from another range.  
    Public MethodGets whether the bottom freezing separator is visible.  
    Public MethodGets whether the left freezing separator is visible.  
    Public MethodGets whether the top freezing separator is visible.  
    Public MethodCalled when the editing of a cell ended.  
    Public MethodPrepares the specified style for displaying the cell in the specified range.  
    Public MethodRefreshes the grid according to the selected ranges.  
    Public MethodSets the value of a specified cell.  
    Top
    See Also