Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / Interval Property


In This Topic
    Interval Property (FilterBarCellType)
    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
     
    
    Public Property Interval As Integer
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Integer
     
    instance.Interval = value
     
    value = instance.Interval
    public int Interval {get; set;}
    See Also