Gets the name of the selected file.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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