Skip to main content

ASPxClientControlAction Interface

Represents a JavaScript function which receives the action to perform for a control when the client ASPxClientControlCollection.ForEachControl method is called.

#Declaration

TypeScript
interface ASPxClientControlAction

#Parameters

Name Type Description
control any

An object that specifies a control.

#Returns

Type
void