Back to Devexpress

FileAttachmentsWindowsFormsModule Class

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

latest2.6 KB
Original Source

FileAttachmentsWindowsFormsModule Class

The module contained in the DevExpress.ExpressApp.FileAttachment.Win.v25.2.dll assembly.

Namespace : DevExpress.ExpressApp.FileAttachments.Win

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

NuGet Package : DevExpress.ExpressApp.FileAttachment.Win

Declaration

csharp
public sealed class FileAttachmentsWindowsFormsModule :
    ModuleBase,
    IFileDataManager
vb
Public NotInheritable Class FileAttachmentsWindowsFormsModule
    Inherits ModuleBase
    Implements IFileDataManager

Remarks

The File Attachments Module includes the DevExpress.ExpressApp.FileAttachment.Win.v25.2.dll assembly that contains classes for Windows Forms applications only and the FileAttachmentsWindowsFormsModule class that inherits from the ModuleBase class.

The FileAttachmentsWindowsFormsModule class exposes properties that determine how Windows Forms handles file attachments.

Inheritance

Object MarshalByRefObject Component ModuleBase FileAttachmentsWindowsFormsModule

See Also

FileAttachmentsWindowsFormsModule Members

File Attachments (Store Custom Files)

How to: Store file attachments in the file system instead of the database

How to: Store file attachments in Dropbox instead of the database

How to: Use the File Attachment Module with a legacy database

DevExpress.ExpressApp.FileAttachments.Win Namespace