Skip to main content
A newer version of this page is available. .

DefaultListViewOptionsAttribute.MasterDetailMode Property

Specifies the master-detail mode for the List Views that will display objects of the target business class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public MasterDetailMode MasterDetailMode { get; }

Property Value

Type Description
MasterDetailMode

A MasterDetailMode enumeration value which specifies a List View’s master-detail mode.

Available values:

Name Description
ListViewOnly

A List View is displayed without a Detail View alongside.

ListViewAndDetailView

A List View is displayed alongside a Detail View.

Remarks

The master-detail modes exposed by the MasterDetailMode enumeration are supported in WinForms and ASP.NET applications.

See Also