Click or drag to resize

OpenFileOptionsMultiselect Property

Gets or sets a value indicating whether multiple files can be selected.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Multiselect { get; set; }

Property Value

Boolean
true if multiple files can be selected; otherwise, false.
See Also