Property AllowedTypes
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
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.