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