Click or drag to resize

MultipleFilesControllerFileNames Property

List of file names to be shown in the view. Each node's Tag property should contain the file name as string.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SelectableListNodeList FileNames { get; set; }

Property Value

SelectableListNodeList
See Also