Back to Devexpress

ASPxClientControlAction Interface

aspnet-js-aspxclientcontrolaction.md

latest488 B
Original Source

ASPxClientControlAction Interface

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

Declaration

ts
interface ASPxClientControlAction

Parameters

NameTypeDescription
controlany

An object that specifies a control.

|

Returns

Type
void