Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / FilteredTextCellType Class / FilterInterval Property


In This Topic
    FilterInterval Property
    In This Topic
    Gets or sets the filter interval, in milliseconds, in which the field's contents are filtered.
    Syntax
    'Declaration
     
    
    Public Property FilterInterval As Integer
    'Usage
     
    
    Dim instance As FilteredTextCellType
    Dim value As Integer
     
    instance.FilterInterval = value
     
    value = instance.FilterInterval
    public int FilterInterval {get; set;}

    Property Value

    Integer number of milliseconds
    See Also