DefaultListViewOptionsAttribute.MasterDetailMode Property
In This Article
Specifies the master-detail mode for the List Views that display objects of the target business class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public MasterDetailMode MasterDetailMode { get; }
#Property Value
Type | Description |
---|---|
Master |
A Master |
Available values:
Name | Description |
---|---|
List |
A List View is displayed without a Detail View alongside. |
List |
A List View is displayed alongside a Detail View. |
#Remarks
WinForms, ASP.NET Web Forms, and ASP.NET Core Blazor applications support master-detail modes exposed by the MasterDetailMode enumeration.
See Also