SystemModule.ExtendModelInterfaces(ModelInterfaceExtenders) Method
Extends the Application Model with the IModelClassShowAutoFilterRow, IModelClassShowFindPanel, IModelListViewShowAutoFilterRow, and IModelListViewShowFindPanel interfaces.
Namespace: DevExpress.ExpressApp.SystemModule
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
This method adds the IModelClass and IModelClassDesignable interfaces to the collection of extenders passed as the extenders parameter.
See Also