Skip to main content
All docs
V25.2
  • FileAttachmentsOptions.ExportedTypes Property

    Returns the list of Module-specific types exported to the Application Model.

    Namespace: DevExpress.ExpressApp.FileAttachments.Win

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

    NuGet Package: DevExpress.ExpressApp.FileAttachment.Win

    Declaration

    public IList<Type> ExportedTypes { get; }

    Property Value

    Type Description
    IList<Type>

    The list of Module-specific types exported to the Application Model.

    See Also