Back to Devexpress

IModelListViewSplitLayout.ViewsOrder Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistviewsplitlayout.md

latest1.7 KB
Original Source

IModelListViewSplitLayout.ViewsOrder Property

Specifies the display order of the List View and its Detail View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(ViewsOrder.ListViewDetailView)]
ViewsOrder ViewsOrder { get; set; }
vb
<DefaultValue(ViewsOrder.ListViewDetailView)>
Property ViewsOrder As ViewsOrder

Property Value

TypeDefaultDescription
ViewsOrderListViewDetailView

A ViewsOrder enumeration value that specifies the display order of the List View and its Detail View.

|

Available values:

NameDescription
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

IModelListViewSplitLayout Interface

IModelListViewSplitLayout Members

DevExpress.ExpressApp.Model Namespace