Skip to main content

ASPxRichEdit.WorkDirectory Property

Specifies the work directory.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.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:ASPxRichEdit ID="ASPxRichEdit1" runat="server" WorkDirectory="~/App_Data/WorkDirectory" >
</dx:ASPxRichEdit>
See Also