Representation of detail information for elements in a ReferenceLayer.
The information contained in this class is displayed in tooltips.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsDetails
Spotfire.Dxp.Application.Visuals.ReferenceElementsReferenceLayerDetails
Namespace: Spotfire.Dxp.Application.Visuals.ReferenceElements
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 70.0.21819.5008 (70.0.21819.5008)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(69, 0)] public sealed class ReferenceLayerDetails : Details
The ReferenceLayerDetails type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CategoryBy |
Gets the detail item associated with the Category By.
| |
| ColorBy |
Gets the detail item associated with the Color By.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DisplayMode |
Gets or sets the display mode.
(Inherited from Details.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Items | Gets a DetailItemCollection containing
the parts that build up detail (tooltip) information.
(Inherited from Details.) | |
| LayerName |
Gets the detail item associated with the Layer name.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Values |
Gets the detail item associated with the Values.
|
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.8, 14.7
See Also