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

UploadControlSettings.AdvancedModeSettings Property

Gets the Advanced Upload Mode settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public UploadAdvancedModeSettings AdvancedModeSettings { get; }

Property Value

Type Description
UploadAdvancedModeSettings

An UploadAdvancedModeSettings object that contains the Advanced Mode settings.

Remarks

UploadControl allows you to choose from two provided upload modes (Standard and Advanced) using the UploadControlSettings.UploadMode property. Use the AdvancedModeSettings property to access and customize the settings that relate to Advanced Upload Mode.

See Also