IModelListViewSplitLayout.ViewsOrder Property
Specifies the display order of the List View and its Detail View.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[DefaultValue(ViewsOrder.ListViewDetailView)]
ViewsOrder ViewsOrder { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Views |
List |
A Views |
Available values:
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). |