DetailRowMode Enum
Contains values specifying how the Detail Row is displayed in the current List View’s ASPxGridListEditor.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Members
Name | Description |
---|---|
None
|
The detail row is disabled. |
DetailView
|
A Detail View specified using the IModelListViewWeb.DetailRowView property is shown in a detail row. The Nested List View’s Actions are hidden. |
DetailViewWithActions
|
The Detail View specified using the IModelListViewWeb.DetailRowView property is shown in a detail row. The Nested List View’s Actions are visible. |
Related API Members
The following properties accept/return DetailRowMode values:
Remarks
These enumeration values are used to initialize the IModelListViewWeb.DetailRowMode property.