Back to Devexpress

ObjectViewController Class

expressappframework-devexpress-dot-expressapp-a97d8dab.md

latest3.1 KB
Original Source

ObjectViewController Class

A base class for View Controllers intended for Object Views.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ObjectViewController :
    ViewController<ObjectView>
vb
Public Class ObjectViewController
    Inherits ViewController(Of 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

ISupportUpdate

Inheritance

Show 15 items

Object MarshalByRefObject Component Controller ViewController ViewController<ObjectView> ObjectViewController CloneObjectViewController

AppearanceController

PrintSelectionBaseController

HasRightsToModifyMemberController

ModificationsController

ProcessDataLockingInfoController

BlazorModificationsController

WinModificationsController

See Also

ObjectViewController Members

DevExpress.ExpressApp Namespace