Spread for ASP.NET 11 Product Documentation
ClearMaskOnLostFocus Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MaskedEditCellType Class : ClearMaskOnLostFocus Property
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

Reference

MaskedEditCellType Class
MaskedEditCellType Members