Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NotifyCollection<T> Class
The type of elements in collection.
Members


In This Topic
    NotifyCollection<T> Class
    In This Topic
    Represents a dynamic data collection class, which is a base class for access collection data.
    Object Model
    NotifyCollection<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class NotifyCollection(Of T) 
       Inherits System.Collections.ObjectModel.Collection(Of T)
    'Usage
     
    Dim instance As NotifyCollection(Of T)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class NotifyCollection<T> : System.Collections.ObjectModel.Collection<T> 
    Type Parameters
    T
    The type of elements in collection.
    Inheritance Hierarchy
    See Also