Skip to main content
All docs
V24.1

OleFormat.SourceFileName Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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