FilterName Property TIBCO Spotfire 7.6 API Reference
Gets or sets the name of this filter. The filter name is the same as the name of the referenced data column.

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

C#
public string Name { get; set; }

Property Value

Type: String
The name of this filter which is unique among all filters.
Exceptions

ExceptionCondition
ArgumentNullException the property is set to null.
ArgumentException the property is set to an empty string or a string that contains whitespaces only. Also thrown if the property is set to a value that is not unique (that is, a value that is currently in use by another filter).
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference