Search
PropertyEventArgs.action Property
See Also
 






Gets the action associated with the event.

Namespace: MindFusion.DataViews
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get action() {}
set action(value) {}

 Property Value

RowAction

One of the RowAction enumeration values.

 See Also