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


In This Topic
    Mask Property
    In This Topic
    Gets or set the mask.
    Syntax
    'Declaration
     
    
    Public Property Mask As String
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As String
     
    instance.Mask = value
     
    value = instance.Mask
    public string Mask {get; set;}

    Property Value

    String containing the mask
    Example
    This example creates a mask cell for monetary input.
    See Also