AdapterMouseDownActions Property  | 
 
            Gets the mouse down actions.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<ActionBase> MouseDownActions { get; }Public ReadOnly Property MouseDownActions As IList(Of ActionBase)
	Get
public:
property IList<ActionBase^>^ MouseDownActions {
	IList<ActionBase^>^ get ();
}member MouseDownActions : IList<ActionBase> with get
Property Value
Type: 
IListActionBase
            The mouse down actions.
            
See Also