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