Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NFileOpenPropertyEditor Class / FileTypes Property


In This Topic
    FileTypes Property (NFileOpenPropertyEditor)
    In This Topic
    Gets/Sets the file types to show in the file dialog. By default set to "All Files (*)".
    Syntax
    'Declaration
     
    
    Public Property FileTypes As NDomArray(Of NFileDialogFileType)
    'Usage
     
    
    Dim instance As NFileOpenPropertyEditor
    Dim value As NDomArray(Of NFileDialogFileType)
     
    instance.FileTypes = value
     
    value = instance.FileTypes
    public NDomArray<NFileDialogFileType> FileTypes {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also