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.v20.2.dll
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. |
Remarks
These enumeration values are used to initialize the IModelListViewWeb.DetailRowMode property.
See Also
Feedback