FileMask FileList Property CleanCode C# Libraries v1.2.03 API
Gets or sets the filtered list of files, i.e. those matching at least one specified file mask.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public IEnumerable<string> FileList { get; private set; }

Field Value

The file list.
See Also