Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationProvider Class
Members


In This Topic
    ValidationProvider Class
    In This Topic
    Adds customizable text validation for compatible input components.
    Syntax
    'Declaration
     
    <ProvidePropertyAttribute("ValidationExpression", System.ComponentModel.IComponent)>
    <DesignerAttribute("Xceed.Validation.Design.ValidationProviderDesigner,Xceed.Validation.v1.3.Design,Version=1.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <ToolboxBitmapAttribute(Xceed.Validation.ValidationProvider)>
    <DesignerCategoryAttribute("Component")>
    Public Class ValidationProvider 
       Inherits System.ComponentModel.Component
    'Usage
     
    Dim instance As ValidationProvider
    [ProvideProperty("ValidationExpression", System.ComponentModel.IComponent)]
    [Designer("Xceed.Validation.Design.ValidationProviderDesigner,Xceed.Validation.v1.3.Design,Version=1.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [ToolboxBitmap(Xceed.Validation.ValidationProvider)]
    [DesignerCategory("Component")]
    public class ValidationProvider : System.ComponentModel.Component 
    Remarks

    ValidationProvider is the main class of the Input Validator control. It implements System.ComponentModel.IExtenderProvider and System.ComponentModel.ISupportInitialize to add the ValidationExpression property to compatible components at design and runtime.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Xceed.Validation.ValidationProvider

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also