Skip to main content
.NET 6.0+

ViewsOrder Enum

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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