ASPxSpreadsheet.WorkDirectory Property
Specifies the work directory.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
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