ASPxSpreadsheet.TemporaryFolder Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the temporary folder path.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[DefaultValue("")]
[Obsolete("Use the SettingsDocumentSelector.EditingSettings.TemporaryFolder property instead.")]
public string TemporaryFolder { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string specifying the temporary folder path. |
See Also