Skip to main content
.NET 6.0+

FileTypeFilterAttribute Properties

Applied to file data business classes, interfaces and their properties. Specifies a file type filter which appears in the Open dialog’s “Files of type” box.
Name Description
FileTypesFilter Returns the filter string passed to the dialog windows representing the Open dialog.
FilterCaption Specifies the file type filter description.
FilterID Indicates the current file type filter identifier.
Index Specifies the file type filter’s index.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also