Skip to main content
A newer version of this page is available. .

IModelController.BaseController Property

Specifies the Controller from which the current Controller is inherited.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DataSourceProperty("Application.ActionDesign.Controllers")]
IModelController BaseController { get; }

Property Value

Type Description
IModelController

An IModelController object representing the Controller node corresponding to the base Controller.

See Also