Skip to main content
A newer version of this page is available. .

ASPxClientUploadControl.GetEnabled Method

Returns a value indicating whether the upload control is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if the control is enabled; otherwise false.

Remarks

Use the GetEnabled method on the client to determine an upload control’s capability to respond to end-user interactions such as mouse hovering or clicks. The initial client availability state of the control can be defined using its server ASPxUploadControl.ClientEnabled property. Then, the state can be dynamically changed on the client side using the ASPxClientUploadControl.SetEnabled method.

See Also