Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ObjectViewController Class

A base class for View Controllers intended for Object Views.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public class ObjectViewController :
    ViewController<ObjectView>

#Remarks

This Controller derives from the ViewController<ViewType> class and sets the generic type parameter to ObjectView. The ObjectViewController Controller does not perform any operations. The only purpose of this Controller is to set the generic type parameter to ObjectView. You can use ObjectViewController as the base class for a custom Controller to ensure that the custom Controller is activated for List Views and Detail Views only.

#Implements

See Also