New to Telerik UI for WinFormsStart a free 30-day trial

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: RadOpenFileDialogFormRadOpenFolderDialogFormRadOpenFileDialogRadOpenFolderDialog

Properties

FileNames

IEnumerable<string>

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; }
In this article
DefinitionPropertiesFileNamesSafeFileNames
Not finding the help you need?
Contact Support