Skip to main content
A newer version of this page is available. .

ASPxSpreadsheet.WorkDirectory Property

Gets or sets the working directory path.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string specifying the working directory path.

See Also