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


In This Topic
    DateFieldCollection Class
    In This Topic
    Represents a collection for DateField.
    Object Model
    DateFieldCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class DateFieldCollection 
       Inherits GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection(Of DateField)
    'Usage
     
    Dim instance As DateFieldCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class DateFieldCollection : GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection<DateField> 
    Inheritance Hierarchy

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

    See Also