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


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

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

    See Also