DataSelectionResetBehavior Enumeration

Spotfire 14.3 API Reference

Note: This API is now obsolete.

Specifies the reset behavior of a DataSelection. This setting specifies what the value of a selection should be by default.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
[ObsoleteAttribute("Changing ResetBehavior is not supported")]
public enum DataSelectionResetBehavior
Members

  Member nameValueDescription
Fill0All rows are included in the selection by default. The filter selection uses this behaviour.
Clear1No rows are included in the selection by default. The highlight and marked selections uses this behaviour.
Version Information

Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also

Reference