ListBoxFilter Properties

Spotfire 14.3 API Reference

The ListBoxFilter type exposes the following members.

Properties

  NameDescription
Public propertyCheckBoxModeEnabled
Gets or sets a value indicating whether this instance should use check boxes to indicate filtered items.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDataColumnReference
Gets the column instance associated with this filter.
(Inherited from ColumnFilter.)
Public propertyHasEmptyValues
Gets a value indicating whether the referenced column has any invalid rows.
(Inherited from ColumnFilter.)
Public propertyHeight
Gets or sets the number of lines to show in the UI list box.
Public propertyIncludeAllValues
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 propertyIncludeEmpty
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 propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertySearchExpression
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 propertySearchFieldVisible
Gets or sets a value indicating whether the search field should be visible in the UI or not.
Public propertySelectedValues
Gets a read-only collection of the currently selected values.
Public propertyShowAll
Gets or sets a value indicating whether (All) is shown in the filter or not.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
See Also

Reference