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

ASPxClientUploadControl.IsAdvancedModeEnabled Method

Specifies whether the upload control’s Advanced mode is enabled.

Declaration

IsAdvancedModeEnabled(): boolean

Returns

Type Description
boolean

true, if the Advanced mode is enbaled; otherwise, false.

Remarks

The IsAdvancedModeEnabled property depends on the ASPxUploadControl.UploadMode property value.

If the ASPxUploadControl.UploadMode is set to Advanced or Standard, the IsAdvancedModeEnabled property value is true or false, respectively. If the ASPxUploadControl.UploadMode property is set to Auto, the IsAdvancedModeEnabled property will be true if an end-user browser supports HTML5 and/or the Microsoft Silverlight plug-in is installed.

See Also