ItemFilter Class TIBCO Spotfire 6.0 API Reference
Representation of an ItemFilter. The item filter has the ability to filter on a single value in the column that is applies on. The value that is being filtered on is given by Value.

In addition to the distinct values in the DataColumnReference, the Item Filter can filter on the special values given by the ItemFiltering enumeration. The All value is the default value of an Item Filter. The None value is the last value in an Item Filter. The Empty value is only used when the filter column contains empty values.

Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Filters FilterBase
        Spotfire.Dxp.Application.Filters ColumnFilter
          Spotfire.Dxp.Application.Filters SingleValueColumnFilter
            Spotfire.Dxp.Application.Filters ItemFilter

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(0, 1)]
public sealed class ItemFilter : SingleValueColumnFilter, 
	IItemFilter, ISingleValueColumnFilter, IColumnFilter, IFilterBase
See Also