IMultiFilesSelectable
Interface
Interface that provides a collection of selected files.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IMultiFilesSelectable
Derived Classes:
Properties
Gets or sets a string containing the selected file names, including their paths.
C#
IEnumerable<string> FileNames { get; }
SafeFileNames
IEnumerable<string>
Gets or sets a string containing the selected file names, excluding their paths.
C#
IEnumerable<string> SafeFileNames { get; }