Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SubItemCollection Class
Members


In This Topic
    SubItemCollection Class
    In This Topic
    Represents a collection of SubItems in a ListItem.
    Object Model
    SubItemCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public NotInheritable Class SubItemCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of SubItem)
    'Usage
     
    Dim instance As SubItemCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public sealed class SubItemCollection : System.Collections.ObjectModel.ObservableCollection<SubItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItemCollection

    See Also