Spread for ASP.NET 12 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;}
See Also

Reference

MaskedEditCellType Class
MaskedEditCellType Members