Skip to main content
.NET 6.0+

IModelExtender.ExtendModelInterfaces(ModelInterfaceExtenders) Method

Extends the Application Model.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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