SingleValueColumnFilter Value Property TIBCO Spotfire 6.0 API Reference
Gets or sets the filtered value.

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 Object Value { get; set; }

Property Value

Type: Object
Exceptions

ExceptionCondition
System ArgumentNullException if set to null.
System ArgumentOutOfRangeException if set to a new value is not in current selection.
Remarks

Setting this property to Empty when the filter column does not have empty values will have no effect.
See Also