WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / GetCellKind Method
In This Topic
    GetCellKind Method (GridCellFactory)
    In This Topic
    Gets a key that defines the type of cell content.
    Overload List
    OverloadDescription
    Gets a key that defines the type of cell content.  
    Gets a key that defines the kind of cell content.  
    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