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.v26.1.dll
Declaration
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