ViewsOrder Enum
In This Article
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 |
---|---|
List
|
A List View is displayed first (to the top or to the left of a Detail View). |
Detail
|
A Detail View is displayed first (to the top or to the left of a List View). |
#Related API Members
The following properties accept/return ViewsOrder values:
See Also