Skip to main content
A newer version of this page is available. .
Tab

GridViewRowType Enum

Lists values that identify rows within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewRowType

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.

InlineEdit

Corresponds to the in-line edit row.

EditForm

Corresponds to a row that contains the Edit Form.

EditingErrorRow

Corresponds to the Error Row.

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.

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.

See Also