Skip to main content

EditDataSourceContext.DataDirectoryPatchingService Property

Patches a path to an Excel file.

Namespace: DevExpress.DataAccess.UI.Excel

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IDataDirectoryPatchingService DataDirectoryPatchingService { get; set; }

Property Value

Type Description
IDataDirectoryPatchingService

An object implementing the IDataDirectoryPatchingService interface.

Remarks

You can use the IDataDirectoryPatchingService.PatchPath method to patch the relative path (e.g., if it contains the “|DataDirectory|” string indicating the path to the application’s data directory on the local disk).

See Also