Back to Devexpress

IModelCommonFileTypeFilters Interface

expressappframework-devexpress-dot-expressapp-dot-fileattachments-dot-win-769e8a9e.md

latest2.5 KB
Original Source

IModelCommonFileTypeFilters Interface

Used to extend the Application Model with the FileTypeFilters node.

Namespace : DevExpress.ExpressApp.FileAttachments.Win

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

NuGet Package : DevExpress.ExpressApp.FileAttachment.Win

Declaration

csharp
public interface IModelCommonFileTypeFilters :
    IModelNode
vb
Public Interface IModelCommonFileTypeFilters
    Inherits IModelNode

Remarks

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

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

IModelCommonFileTypeFilters Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

File Attachments (Store Custom Files)

DevExpress.ExpressApp.FileAttachments.Win Namespace