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


In This Topic
    ControlValidatorSet Class
    In This Topic
    Represents a ControlValidatorSet which contains a set of ControlValidator.
    Object Model
    ControlValidatorSet Class
    Syntax
    'Declaration
     
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlValidatorSetTypeConverter)>
    <ContentPropertyAttribute("ControlValidators")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class ControlValidatorSet 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ControlValidatorSet
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlValidatorSetTypeConverter)]
    [ContentProperty("ControlValidators")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class ControlValidatorSet : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlValidatorSet

    See Also