Skip to main content

TreeListEditorsModuleBase Class

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

Namespace: DevExpress.ExpressApp.TreeListEditors

Assembly: DevExpress.ExpressApp.TreeListEditors.v25.2.dll

Declaration

public class TreeListEditorsModuleBase :
    ModuleBase

Remarks

The TreeList Editors Module comprises two assemblies:

  • DevExpress.ExpressApp.TreeListEditors.v25.2.dll

    Contains base classes and services that are used by the DevExpress.ExpressApp.TreeListEditors.Win assembly.

    This assembly contains the TreeListEditorsModuleBase class - a descendant of the ModuleBase class.

  • DevExpress.ExpressApp.TreeListEditors.Win.v25.2.dll

    Contains classes that are required in Windows Forms applications only.

    This assembly contains the TreeListEditorsWindowsFormsModule class - a descendant of the ModuleBase class.

The TreeListEditorsModuleBase class exposes properties that determine the general behavior of tree list functionality.

Inheritance

See Also