Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public MasterDetailMode MasterDetailMode { get; }

Property Value

Type Description
MasterDetailMode

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

Remarks

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

See Also