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.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
The detail row is disabled. |
Detail
|
A Detail View specified using the IModel |
Detail
|
The Detail View specified using the IModel |
#Related API Members
The following properties accept/return DetailRowMode values:
#Remarks
These enumeration values are used to initialize the IModelListViewWeb.DetailRowMode property.