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


In This Topic
    IgnoreFiringFilterItemValueChangedEvent Property (FilterBarCellType)
    In This Topic
    Gets or sets whether to fire the FilterItemValueChanged event.
    Syntax
    'Declaration
     
    
    Public Property IgnoreFiringFilterItemValueChangedEvent As Boolean
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Boolean
     
    instance.IgnoreFiringFilterItemValueChangedEvent = value
     
    value = instance.IgnoreFiringFilterItemValueChangedEvent
    public bool IgnoreFiringFilterItemValueChangedEvent {get; set;}
    See Also