Skip to main content
A newer version of this page is available. .

IModelExtender.ExtendModelInterfaces(ModelInterfaceExtenders) Method

Extends the Application Model.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

void ExtendModelInterfaces(
    ModelInterfaceExtenders extenders
)

Parameters

Name Type Description
extenders DevExpress.ExpressApp.Model.ModelInterfaceExtenders

A ModelInterfaceExtenders object representing a collection of Application Model interface extenders.

Remarks

For details on how to extend the Application Model, refer to the Extend and Customize the Application Model in Code topic.

See Also