Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditValidator Class
Members


In This Topic
    MaskedEditValidator Class
    In This Topic
    Represents a custom validator which attaches to the MaskedEdit extender and its associated TextBox and verifies that the input text matches the pattern specified in the MaskedEdit extender.
    Object Model
    MaskedEditValidator Class
    Syntax
    'Declaration
     
    
    Public Class MaskedEditValidator 
       Implements FarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    
    Dim instance As MaskedEditValidator
    public class MaskedEditValidator : FarPoint.Web.Spread.Model.ISerializeSupport  
    Remarks
    All extender cell types support the MaskedEditValidator property; however, the setting is ignored unless you have the MaskedEditExtender set to the cell type or you use the MaskedEditCellType.
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.Extender.MaskedEditValidator

    See Also