Spread for ASP.NET 11 Product Documentation
Filtered Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MaskedEditCellType Class : Filtered Property
Gets or sets the filtered string for the mask cell.
Syntax
'Declaration
 
Public Property Filtered As String
'Usage
 
Dim instance As MaskedEditCellType
Dim value As String
 
instance.Filtered = value
 
value = instance.Filtered
public string Filtered {get; set;}

Property Value

String containing the state of the filter
See Also

Reference

MaskedEditCellType Class
MaskedEditCellType Members