IModelController.BaseController Property
Specifies the Controller from which the current Controller is inherited.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| IModelController | An IModelController object representing the Controller node corresponding to the base Controller. |
See Also