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


In This Topic
    Filtered Property
    In This Topic
    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