Version

CellRecyclingId Property

A string used to identify the Fields with which the cells of this field may be recycled amongst.
Syntax
'Declaration
 
Public Property CellRecyclingId As String
public string CellRecyclingId {get; set;}
Remarks

When the FieldItem.AllowCellVirtualizationResolved is true and the CellContainerGenerationMode is set to Recycle, the cells of the field will be reused for a cell coming into view that has compatible settings. By default the DataPresenter considers properties such as EditAsTypeResolved, EditorTypeResolved and others and will only recycle for a cell whose Field has the same values for these properties. This allows less changes to the CellValuePresenter and the Infragistics.Windows.Editors.ValueEditor to be required when the elements are recycled. However, there may be times where it would be preferable to control the Fields that are considered for recycling. When the CellRecyclingId is set to a non-empty string, the DataPresenter will only consider that value and will only recycle the cells of that field with other fields whose CellRecyclingId is set to the same string.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also