[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.IFilterItemEditor

IFilterItemEditor Interface

Interface that defines the methods and properties required to work with the IFilterItem interface.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IFilterItemEditor : IEditor
Public Interface IFilterItemEditor
    Inherits IEditor

Properties

Name Description
IgnoreFiringFilterItemValueChangedEvent

Gets or sets whether to fire the FilterItemValueChanged event.

Interval

Gets or sets the time, in milliseconds, before the FilterItemValueChanged event is raised relative to the last occurrence of the FilterItemValueChanged event.

Methods

Name Description
IsValidFilterItem(IFilterItem)

Determines whether the filter item is valid to apply to the sheetview.

Events

Name Description
FilterItemValueChanged

Occurs when the filter value has been changed by the user.