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: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] public enum DataSelectionResetBehavior
Members
Member name | Value | Description | |
---|---|---|---|
Fill | 0 | All rows are included in the selection by default. The filter selection uses this behaviour. | |
Clear | 1 | No rows are included in the selection by default. The highlight and marked selections uses this behaviour. |
Version Information
See Also