Click or drag to resize

StiTableColumnDashboardInteraction Class

Describes an interaction functionality of the table column.
Inheritance Hierarchy
System.Object
  Stimulsoft.Dashboard.Interactions.StiDashboardInteraction
    Stimulsoft.Dashboard.Interactions.StiTableColumnDashboardInteraction

Namespace:  Stimulsoft.Dashboard.Interactions
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public class StiTableColumnDashboardInteraction : StiDashboardInteraction

The StiTableColumnDashboardInteraction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDrillDownPageKey
Describes a key of the dashboard page which should be opened.
(Inherited from StiDashboardInteraction.)
Public propertyDrillDownParameters
Describes a list of drillDownParameters.
(Inherited from StiDashboardInteraction.)
Public propertyHyperlink
Describes an URI pattern which is used to create final URL.
(Inherited from StiDashboardInteraction.)
Public propertyHyperlinkDestination
Describes a destination where new tab should be opened.
(Inherited from StiDashboardInteraction.)
Public propertyIdent
ID code of this interaction. Used in JSON saving.
(Overrides StiDashboardInteraction.Ident.)
Public propertyIsDefault (Overrides StiDashboardInteraction.IsDefault.)
Public propertyOnClick
Describes an interactive action for the click event of an element.
(Overrides StiDashboardInteraction.OnClick.)
Public propertyOnHover
Describes an interactive action for the hover event of an element.
(Overrides StiDashboardInteraction.OnHover.)
Public propertyToolTip
Describes a text for the tooltip.
(Inherited from StiDashboardInteraction.)
Top
Methods
  NameDescription
Public methodClone (Inherited from StiDashboardInteraction.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDrillDownParameters (Inherited from StiDashboardInteraction.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject (Inherited from StiDashboardInteraction.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject (Inherited from StiDashboardInteraction.)
Public methodSetDrillDownParameters (Inherited from StiDashboardInteraction.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also