Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v19.2.dll

Declaration

public enum DetailRowMode

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.

See Also