AvalonEdit
FileName Property
NamespacesICSharpCode.AvalonEdit.DocumentTextDocumentFileName
Gets the name of the file the document is stored in. Could also be a non-existent dummy file name or null if no name has been set.
Declaration Syntax
C#Visual BasicVisual C++
public string FileName { get; set; }
Public Property FileName As String
	Get
	Set
public:
virtual property String^ FileName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238