WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / GridControlAdapter Class


In This Topic
    GridControlAdapter Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodReturns true when the cell in the specified range can be edited.  
    Public MethodBinds the cell.  
    Public MethodCreates the content of the cell.  
    Public MethodCreates the cell editor.  
    Public MethodGets a key that defines the type of cell content.  
    Public MethodGets the text representing the content of a 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 cell to be shown.  
    Public MethodRefreshes the grid according to the selected ranges.  
    Public MethodReverts the style of a cell to be used again.  
    Public MethodSets the value of a specified cell.  
    Public MethodUnbinds the cell.  
    Top
    See Also