ASPxClientUploadControl.IsAdvancedModeEnabled Method
Specifies whether the upload control’s Advanced mode is enabled.
Declaration
IsAdvancedModeEnabled(): boolean
Returns
Type | Description |
---|---|
boolean |
|
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