Back to Devexpress

View Class

expressappframework-devexpress-dot-expressapp-0d35ad43.md

latest4.4 KB
Original Source

View Class

The base class for Views.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public abstract class View :
    ISelectionContext,
    IDisposable
vb
Public MustInherit Class View
    Implements ISelectionContext,
               IDisposable

The following members return View objects:

Show 12 links

Remarks

The View class serves as the base for classes that are responsible for data representation and editing. Normally, you do not need to use this class directly. Instead, you will need to use its descendants - DashboardView, DetailView and ListView. These are the actual classes used to display and edit objects in a UI.

You can access a View via the Frame.View or ViewController.View property.

Inheritance

Object View CompositeView

DetailView

ObjectView

DashboardView

ListView

Extension Methods

CustomizeViewItemControl(Controller, Action<ViewItem>)

CustomizeViewItemControl<T>(Controller, Action<T>)

CustomizeViewItemControl(Controller, Action<ViewItem>, String[])

CustomizeViewItemControl<T>(Controller, Action<T>, String[])

See Also

View Members

UI Element Overview

Views

DevExpress.ExpressApp Namespace