[]
Interface that defines the methods and properties required to work with the IFilterItem interface.
public interface IFilterItemEditor : IEditor
Public Interface IFilterItemEditor
Inherits IEditor
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. |
Name | Description |
---|---|
IsValidFilterItem(IFilterItem) | Determines whether the filter item is valid to apply to the sheetview. |
Name | Description |
---|---|
FilterItemValueChanged | Occurs when the filter value has been changed by the user. |