GridViewRowType Enum
Lists values that identify rows within the ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Data
|
Corresponds to a data row. |
Group
|
Corresponds to a group row. |
Preview
|
Corresponds to a preview row. |
Detail
|
Corresponds to a detail row. |
Inline
|
Corresponds to the in-line edit row. |
Edit
|
Corresponds to a row that contains the Edit Form. |
Editing
|
Corresponds to the Error Row. |
Footer
|
Corresponds to the ASPx |
Group
|
Corresponds to a group footer. |
Filter
|
Corresponds to the Filter Row. |
Empty
|
Corresponds to the Empty Data Row. |
Pager
|
Corresponds to an empty data row. Empty data rows are automatically displayed if the ASPx |
Title
|
Corresponds to the ASPx |
Header
|
Corresponds to the ASPx |
Batch
|
Corresponds to a pattern for new data rows in batch edit mode. The pattern is created on request processing, and then passed to the client to be dynamically duplicated and displayed as new rows during client batch editing. |
#Related API Members
The following properties accept/return GridViewRowType values:
#Remarks
The values listed in this enumeration are used to set the ASPxGridViewTableRowEventArgs.RowType property.