IModelExtender Interface
In This Article
Implemented by Controllers that extend the Application Model.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
The IModelExtender interface exposes a single IModelExtender.ExtendModelInterfaces method. This method allows you to extend an Application Model node. For details on how to extend the Application Model, refer to the Extend and Customize the Application Model in Code topic.
See Also