Skip to main content

SpreadsheetSettings.WorkDirectory Property

Gets or sets the working directory path.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public string WorkDirectory { get; set; }

#Property Value

Type Description
String

A string specifying the working directory path.

See Also