IModelListView.MasterDetailMode Property
Specifies whether to display the Detail View of the currently selected object near the current List View.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
MasterDetailMode | A MasterDetailMode enumeration value specifying whether to display the Detail View of the currently selected object near the current List View. |
Remarks
Only WinForms applications and ASP.NET applications with the ASPxGridListEditor support the MasterDetailMode.ListViewAndDetailView mode.
You can set a value for this attribute in code via the DefaultListViewOptionsAttribute attribute (see Data Annotations in Data Model).
See Also
Feedback