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


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

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

    See Also