Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

OleFormat.SourceFileName Property

Returns the path to the source file associated with the linked OLE object.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

string SourceFileName { get; }

Property Value

Type Description
String

The path to the source file. An empty string for an embedded OLE object.

See Also