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


In This Topic
    ClearMaskOnLostFocus Property
    In This Topic
    Gets or sets whether to clear the mask when focus is moved.
    Syntax
    'Declaration
     
    
    Public Property ClearMaskOnLostFocus As Boolean
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As Boolean
     
    instance.ClearMaskOnLostFocus = value
     
    value = instance.ClearMaskOnLostFocus
    public bool ClearMaskOnLostFocus {get; set;}

    Property Value

    Boolean: true to clear the mask when focus moves from this control; false otherwise
    See Also