ASPxRichEdit.WorkDirectory Property
Specifies the work directory.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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>