UploadAdvancedModeSettings.UploadingExpirationTime Property
Gets or sets the file uploading expiration time.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 Web Forms Controls | ASPxUploadControl |
|
ASP.NET MVC Extensions | UploadControlSettings |
|
See Also