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