Back to Devexpress

IModelExtender Interface

expressappframework-devexpress-dot-expressapp-2b8f4a83.md

latest1.7 KB
Original Source

IModelExtender Interface

Implemented by Controllers that extend the Application Model.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelExtender
vb
Public Interface IModelExtender

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

IModelExtender Members

DevExpress.ExpressApp Namespace