Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFilterItemEditor Interface / Interval Property


In This Topic
    Interval Property (IFilterItemEditor)
    In This Topic
    Gets or sets the time, in milliseconds, before the FilterItemValueChanged event is raised relative to the last occurrence of the FilterItemValueChanged event.
    Syntax
    'Declaration
     
    
    Property Interval As Integer
    'Usage
     
    
    Dim instance As IFilterItemEditor
    Dim value As Integer
     
    instance.Interval = value
     
    value = instance.Interval
    int Interval {get; set;}
    See Also