Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelExtender Interface

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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