WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / GetCellKind Method / GetCellKind(GridControlRange) Method
The range.
In This Topic
    GetCellKind(GridControlRange) Method
    In This Topic
    Gets a key that defines the type of cell content.
    Syntax
    public override object GetCellKind( 
       GridControlRange range
    )

    Parameters

    range
    The range.

    Return Value

    The returned object will be used as a key to recycle cell content´s
    Remarks
    If null is returned, the cell will not be recycled, therefore the GridControlAdapter.CreateCell method will be called for every rendered cell. Notice this will affect the performance negatively.
    See Also