DevExpress.ExpressApp.FileAttachments.Win Namespace
Contains classes specific to the File Attachments Module Windows Forms functionality.
Assembly: DevExpress.ExpressApp.FileAttachment.Win.v23.1.dll
NuGet Package: DevExpress.ExpressApp.FileAttachment.Win
Classes
| Name | Description |
|---|---|
| CustomFileListOperationEventArgs | Arguments passed to the FileAttachmentsWindowsFormsModule.CustomSaveFiles event. |
| CustomFileOperationEventArgs | Arguments passed to the FileAttachmentsWindowsFormsModule.CustomOpenFileWithDefaultProgram event. |
| FileAttachmentController | A ViewController that provides Actions to open and save file attachments (Open and SaveTo). |
| FileAttachmentListViewController | A ViewController that allows users to create a new object with the selected file attachment via the AddFromFile Action and by dragging and dropping a file into the List Editor’s control. |
| FileAttachmentsOptions | Contains options that you can use to configure the File Attachments Module. |
| FileAttachmentsWindowsFormsModule | The module contained in the DevExpress.ExpressApp.FileAttachment.Win.v23.1.dll assembly. |
| FileTypeFiltersNodesGenerator | A Nodes Generator that generates the content of the IModelFileTypeFilters node. |
Interfaces
| Name | Description |
|---|---|
| IModelCommonFileTypeFilters | Used to extend the Application Model with the FileTypeFilters node. |
| IModelFileTypeFilter | The FileTypeFilter node defines a file type filter. |
| IModelFileTypeFilterExtension | The Extension node defines a file extension associated with a file type filter. |
| IModelFileTypeFilterExtensions | The Extensions node provides access to the file extensions associated with a file type filter. |
| IModelFileTypeFilters | The FilteTypeFilters node defines file type filters (see FileTypeFilterAttribute) for properties whose type implements the DevExpress.Persistent.Base.IFileData interface or inherits from the DevExpress.Persistent.BaseImpl.FileAttachmentBase class. |
| IModelOptionsFileAttachment | The Attachments node contains options defining the behavior the File Attachments Module. |
| IModelOptionsFileAttachments | Used to extend the Application Model with the Attachments node. |