Back to Devexpress

EnvironmentPolicy.PathRequestEventArgs.Path Property

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-dot-pathrequesteventargs.md

latest1.1 KB
Original Source

EnvironmentPolicy.PathRequestEventArgs.Path Property

Gets or sets the path of the current working directory.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public string Path { get; set; }
vb
Public Property Path As String

Property Value

TypeDescription
String

The directory path.

|

See Also

EnvironmentPolicy.PathRequestEventArgs Class

EnvironmentPolicy.PathRequestEventArgs Members

DevExpress.Data.Utils Namespace