Open this page in the API Guide

Adapter.DoubleClickActions Property

Gets the double click actions.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IList<ActionBase> DoubleClickActions { get; }

Property Value

Type: IList<ActionBase>
The double click actions.
See Also