Skip to main content

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.v25.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 and ASP.NET Core Blazor applications support master-detail modes that the MasterDetailMode enumeration exposes.

See Also