Represents the panel state.
Inheritance Hierarchy
Spotfire.Dxp.Application.LayoutPanelState
Namespace: Spotfire.Dxp.Application.Layout
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(8, 0)] [ImmutableAttribute] public abstract class PanelState : IObjectReference
The PanelState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Docked |
The panel is docked.
|
![]() ![]() | Popover |
The panel is in pop over state.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IObjectReferenceGetRealObject | Returns the real object that should be deserialized,
rather than the object that the serialized stream specifies.
|
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also