AdapterDataMouseDownActions Property |
Gets the mouse down 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 = "mouseDownActions", EmitDefaultValue = false)]
public IList<ActionData> MouseDownActions { get; }
<DataMemberAttribute(Name := "mouseDownActions", EmitDefaultValue := false)>
Public ReadOnly Property MouseDownActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"mouseDownActions", EmitDefaultValue = false)]
property IList<ActionData^>^ MouseDownActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "mouseDownActions", EmitDefaultValue = false)>]
member MouseDownActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The mouse down actions.
See Also