Back to Devexpress

GridViewRowType Enum

aspnet-devexpress-dot-web-7d4b54fe.md

latest3.3 KB
Original Source

GridViewRowType Enum

Lists values that identify rows within the ASPxGridView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewRowType
vb
Public Enum GridViewRowType

Members

NameDescription
Data

Corresponds to a data row.

| | Group |

Corresponds to a group row.

| | Preview |

Corresponds to a preview row.

| | Detail |

Corresponds to a detail row.

| | InlineEdit |

Corresponds to the in-line edit row.

| | EditForm |

Corresponds to a row that contains the Edit Form.

| | EditingErrorRow |

Corresponds to the Error Row.

| | Footer |

Corresponds to the ASPxGridView’s Footer.

| | GroupFooter |

Corresponds to a group footer.

| | Filter |

Corresponds to the Filter Row.

| | EmptyDataRow |

Corresponds to the Empty Data Row.

| | PagerEmptyRow |

Corresponds to an empty data row. Empty data rows are automatically displayed if the ASPxGridViewPagerSettings.ShowEmptyDataRows option is enabled, and the number of data rows displayed on the last page does not fill the page.

| | Title |

Corresponds to the ASPxGridView’s Title Panel.

| | Header |

Corresponds to the ASPxGridView’s column header row.

| | BatchEditNewDataRow |

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.

|

The following properties accept/return GridViewRowType values:

Remarks

The values listed in this enumeration are used to set the ASPxGridViewTableRowEventArgs.RowType property.

See Also

Grid View

DevExpress.Web Namespace