ElementCollectionEditor Class
An editor that displays a collection of elements in a grid-like layout for editing as part of a parent element.
This is used by the design-time infrastructure and is not intended to be used directly from your code.
ElementCollectionEditor
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class ElementCollectionEditor _
Inherits UserControl _
Implements IComponentConnector
public class ElementCollectionEditor : UserControl,
IComponentConnector
public ref class ElementCollectionEditor : public UserControl,
IComponentConnector
public class ElementCollectionEditor extends UserControl implements IComponentConnector
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.UserControl
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.ElementCollectionEditor
See Also
ElementCollectionEditor Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace