ListBoxFilter SearchExpression Property TIBCO Spotfire 6.0 API Reference
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.

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

public string SearchExpression { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
System ArgumentNullExceptionThe string is null.
See Also