Skip to main content

ASPxSpreadsheet.WorkDirectory Property

Specifies the work directory.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
public string WorkDirectory { get; set; }

Property Value

Type Default Description
String String.Empty

The work directory.

Remarks

Specify the WorkDirectory property to enable the Open and Save As UI commands. Users cannot access the file system outside the specified directory.

<dx:ASPxSpreadsheet ID="ASPxSpreadsheet1" runat="server" WorkDirectory="~/App_Data/WorkDirectory" >
</dx:ASPxSpreadsheet>
See Also