Table of Contents

Property AllowedTypes

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AllowedTypes

Gets or Sets a collection of file types that the user can/must select. Only applies when OpenMode is File or Mixed.

public List<IAllowedType> AllowedTypes { get; set; }

Property Value

List<IAllowedType>

Remarks

AllowedTypeAny adds the option to select any type (.). If this collection is empty then any type is supported and no Types drop-down is shown.