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


In This Topic
    SelectorSetterCollection Class
    In This Topic
    Represents a SelectorSetterCollection which is the collection of SelectorSetter.
    Object Model
    SelectorSetterCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class SelectorSetterCollection 
       Inherits System.Collections.ObjectModel.Collection(Of SelectorSetter)
    'Usage
     
    Dim instance As SelectorSetterCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class SelectorSetterCollection : System.Collections.ObjectModel.Collection<SelectorSetter> 
    Inheritance Hierarchy

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

    See Also