UpdateSchemaContext.DataDirectoryPatchingService Property
Patches a path to an Excel file.
Namespace: DevExpress.DataAccess.UI.Excel
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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