'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class DetailConfigurationCollection Inherits Xceed.Wpf.DataGrid.ContentElementCollection(Of DetailConfiguration)
'Usage Dim instance As DetailConfigurationCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class DetailConfigurationCollection : Xceed.Wpf.DataGrid.ContentElementCollection<DetailConfiguration>