AdapterDataClickActions Property |
Gets the click actions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "clickActions", EmitDefaultValue = false)]
public IList<ActionData> ClickActions { get; }
<DataMemberAttribute(Name := "clickActions", EmitDefaultValue := false)>
Public ReadOnly Property ClickActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"clickActions", EmitDefaultValue = false)]
property IList<ActionData^>^ ClickActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "clickActions", EmitDefaultValue = false)>]
member ClickActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The click actions.
See Also