Skip to main content
Tab

UploadAdvancedModeSettings.UploadingExpirationTime Property

Gets or sets the file uploading expiration time.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(TimeSpan), "06:00:00")]
public TimeSpan UploadingExpirationTime { get; set; }

Property Value

Type Default Description
TimeSpan "06:00:00"

A TimeSpan value specifying the time, in minutes.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UploadingExpirationTime
ASP.NET MVC Extensions UploadControlSettings
.AdvancedModeSettings .UploadingExpirationTime
ASP.NET Web Forms Controls ASPxUploadControl
.AdvancedModeSettings .UploadingExpirationTime
See Also