Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IModelCommonFileTypeFilters Interface

Used to extend the Application Model with the FileTypeFilters node.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v20.2.dll

Declaration

public interface IModelCommonFileTypeFilters :
    IModelNode

Remarks

The FileTypeFilters node is added to the IModelClass and IModelMember nodes. The image below illustrates nodes exposed via the FileTypeFilters node.

FileAttachmentProperties

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelCommonFileTypeFilters is used by the FileAttachmentsWindowsFormsModule, to extend the IModelClass and IModelMember interfaces.

See Also