ListBoxFilter Properties TIBCO Spotfire 7.6 API Reference

The ListBoxFilter type exposes the following members.

Properties

  Name Description
Public property CheckBoxModeEnabled
Gets or sets a value indicating whether this instance should use check boxes to indicate filtered items.
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property DataColumnReference
Gets the column instance associated with this filter.
(Inherited from ColumnFilter.)
Public property FilteredRows
Gets the filtered rows.
(Inherited from FilterBase.)
Public property HasEmptyValues
Gets a value indicating whether the referenced column has any invalid rows.
(Inherited from ColumnFilter.)
Public property Height
Gets or sets the number of lines to show in the UI list box.
Public property IncludeAllValues
Gets or sets a value indicating whether all values should be included or not. True if filtering should include all values, if this property is set to to true then this overrides the SelectedValues list. If this property is set then empty values are included regardless of the IncludeEmpty setting.
Public property IncludeEmpty
Gets or sets a value indicating whether we should include empty values or not. If this is true then the empty values in this column will not be filtered out by this filter, otherwise the empty values will be filtered out by this filter.
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property SearchExpression
Gets or sets the search expression that determines which values are to be shown in the user interface. This property does not affect which rows are filtered out.
Public property SearchFieldVisible
Gets or sets a value indicating whether the search field should be visible in the UI or not.
Public property SelectedValues
Gets a read-only collection of the currently selected values.
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public property TypeId
Gets the type id.
(Inherited from FilterBase.)
Top
See Also

Reference