[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlValidatorCollection

ControlValidatorCollection Class

Represents a collection of ControlValidator.

Inheritance
ControlValidatorCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class ControlValidatorCollection : ObservableCollection<ControlValidator>, IList<ControlValidator>, ICollection<ControlValidator>, IList, ICollection, IReadOnlyList<ControlValidator>, IReadOnlyCollection<ControlValidator>, IEnumerable<ControlValidator>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public NotInheritable Class ControlValidatorCollection
    Inherits ObservableCollection(Of ControlValidator)
    Implements IList(Of ControlValidator), ICollection(Of ControlValidator), IList, ICollection, IReadOnlyList(Of ControlValidator), IReadOnlyCollection(Of ControlValidator), IEnumerable(Of ControlValidator), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
ControlValidatorCollection()