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


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

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

    See Also