Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFilterItemEditor Interface
Properties Methods Events

In This Topic
    IFilterItemEditor Interface Members
    In This Topic

    The following tables list the members exposed by IFilterItemEditor.

    Public Properties
     NameDescription
     PropertyGets or sets whether to fire the FilterItemValueChanged event.  
     PropertyGets or sets the time, in milliseconds, before the FilterItemValueChanged event is raised relative to the last occurrence of the FilterItemValueChanged event.  
    Top
    Public Methods
     NameDescription
     MethodCancels cell editing. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the control associated with the editor. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the value in the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the preferred (maximum needed) size of the cell for the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodGets the cursor reserved for this editor. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the specified cursor location has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the specified value is valid. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodDetermines whether the filter item is valid to apply to the sheetview.  
     MethodSets the value of the editor control. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodShows the subeditor control associated with the cell. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodStarts cell editing with the specified options. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
     MethodStops cell editing. (Inherited from FarPoint.Win.Spread.CellType.IEditor)
    Top
    Public Events
     NameDescription
     EventOccurs when the filter value has been changed by the user.  
    Top
    See Also