Gets the name of the selected file.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public string SelectedFileName { get; }
Visual Basic
Public ReadOnly Property SelectedFileName As String
	Get

Remarks

In WPF partial trust it is not possible to access SelectedFile, but this property still works.

See Also