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

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also