Click or drag to resize

KeyPerformanceIndicatorDetailsClick Property

Javascript function to be executed when KPI is clicked to display the counted objects. KPIs of type 'View' don't need to have a click function - they are clickable automatically. If, however, one such does have a click function then it overrides the default behaviour.

Namespace:  Omada.OE.Model.KPI
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string DetailsClick { get; set; }

Property Value

Type: String
See Also