Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewsOrder Enum

Contains values that specify the List View and Detail View display order.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ViewsOrder

Members

Name Description
ListViewDetailView

A List View is displayed first (to the top or to the left of a Detail View).

DetailViewListView

A Detail View is displayed first (to the top or to the left of a List View).

See Also