Skip to main content
All docs
V26.1
  • TreeListEditorOptions.ExportedTypes Property

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

    Namespace: DevExpress.ExpressApp.TreeListEditors.Win

    Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.TreeListEditors.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