A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.WorkDirectory Property
Gets or sets the working directory path.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
[DefaultValue("")]
public string WorkDirectory { get; set; }
<DefaultValue("")>
Public Property WorkDirectory As String
Property Value
Type | Default | Description |
---|---|---|
String | A string specifying the working directory path. |
See Also
Feedback