ASPxClientControlAction Interface
Represents a JavaScript function which receives the action to perform for a control when the client ASPxClientControlCollection.ForEachControl method is called.
Declaration
interface ASPxClientControlAction
Parameters
Name | Type | Description |
---|---|---|
control | any | An object that specifies a control. |
Returns
Type |
---|
void |