Back to Devexpress

OleFormat.SourceFileName Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-oleformat-817573e4.md

latest1.2 KB
Original Source

OleFormat.SourceFileName Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string SourceFileName { get; }
vb
ReadOnly Property SourceFileName As String

Property Value

TypeDescription
String

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

|

See Also

OleFormat Interface

OleFormat Members

DevExpress.XtraRichEdit.API.Native Namespace