Back to Devexpress

IModelFileTypeFilter Interface

expressappframework-devexpress-dot-expressapp-dot-fileattachments-dot-win-c8ddb91a.md

latest1.7 KB
Original Source

IModelFileTypeFilter Interface

The FileTypeFilter node defines a file type filter.

Namespace : DevExpress.ExpressApp.FileAttachments.Win

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

NuGet Package : DevExpress.ExpressApp.FileAttachment.Win

Declaration

csharp
[DisplayProperty("Caption")]
public interface IModelFileTypeFilter :
    IModelNode
vb
<DisplayProperty("Caption")>
Public Interface IModelFileTypeFilter
    Inherits IModelNode

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelFileTypeFilter Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

File Attachments (Store Custom Files)

DevExpress.ExpressApp.FileAttachments.Win Namespace