Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / MaskType Property
Example


In This Topic
    MaskType Property
    In This Topic
    Gets or sets the type of mask.
    Syntax
    'Declaration
     
    
    Public Property MaskType As AjaxControlToolkit.MaskedEditType
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As AjaxControlToolkit.MaskedEditType
     
    instance.MaskType = value
     
    value = instance.MaskType
    public AjaxControlToolkit.MaskedEditType MaskType {get; set;}
    Example
    This example creates a mask cell for monetary input.
    See Also