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


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

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

    See Also