Back to Devexpress

constructor(isCallback) Constructor

aspnet-js-aspxclientcontrolsinitializedeventargs-dot-constructor-x28-iscallback-x29.md

latest673 B
Original Source

constructor(isCallback) Constructor

Initializes a new object of the ASPxClientControlsInitializedEventArgs type with the specified settings.

Declaration

ts
constructor(
    isCallback: boolean
)

Parameters

NameTypeDescription
isCallbackboolean

true if a callback is sent to the server during controls initialization; otherwise, false.

|

See Also

ASPxClientControlsInitializedEventArgs Class

ASPxClientControlsInitializedEventArgs Members