IModelExtender.ExtendModelInterfaces(ModelInterfaceExtenders) Method
Extends the Application Model.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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