C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapter Class / GetCellKind Method
The range.
In This Topic
GetCellKind Method (GridControlAdapter)
In This Topic
Gets a key that defines the type of cell content.
Syntax
public virtual 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 CreateCell method will be called for every rendered cell. Notice this will affect the performance negatively.
See Also