GridViewRow





The GridViewRow class is used represent an individual row in a GridView control. Each row in the GridView control has a designated row type. The following table lists the different row types.
Row type
Description
DataControlRowType.DataRow
A data row in the GridView control.
DataControlRowType.EmptyDataRow
The empty row in the GridView control. The empty row is displayed when the GridView control has no records to display and the GridView.EmptyDataTemplate template is not null.
DataControlRowType.Footer
The footer row in the GridView control.
DataControlRowType.Header
The header row in the GridView control.
DataControlRowType.Pager
A pager row in the GridView control.

0 Responses to “GridViewRow”

Post a Comment

Labels

Topics