Version

EnumerableObjectWrapper Class

Wraps an object that implements the System.Collections.IEnumerable interface to expose both its name and its items.
Syntax
'Declaration
 
Public Class EnumerableObjectWrapper 
   Inherits Infragistics.PropertyChangeNotifier
public class EnumerableObjectWrapper : Infragistics.PropertyChangeNotifier 
Remarks

This is used by controls like the XamDataGrid when its DataSource is set to a list of lists, e.g. a DataSet.

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