Gets or sets the files displayed in this editor.

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

Syntax

C#
public IEnumerable<FileInfo> SelectedFiles { get; set; }
Visual Basic
Public Property SelectedFiles As IEnumerable(Of FileInfo)
	Get
	Set

Remarks

This is a dependency property.

See Also