Skip to main content
.NET 6.0+

DefaultListViewOptionsAttribute.MasterDetailMode Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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

WinForms, ASP.NET Web Forms, and ASP.NET Core Blazor applications support master-detail modes exposed by the MasterDetailMode enumeration.

See Also