C1.Silverlight.DataGrid Namespace > DataGridColumn Class : GetCellContentRecyclingKey Method |
'Declaration
Public MustOverride Function GetCellContentRecyclingKey( _ ByVal row As DataGridRow _ ) As System.Object
public abstract System.object GetCellContentRecyclingKey( DataGridRow row )
Columns returning the same RecyclingKey will be candidate to share the same cells content instances.
Typically this method returns the type of the element returned by the method CreateCellContent.
Cell content lifecycle.
return typeof(TextBlock);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2