ViewsOrder Enum
Contains values that specify the List View and Detail View display order.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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