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

ASPxGridView.DetailRows Property

Gets the ASPxGridView’s detail rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public WebDataDetailRows DetailRows { get; }

Property Value

Type Description
WebDataDetailRows

A WebDataDetailRows object that provides methods used to expand/collapse detail rows.

Remarks

The ASPxGridView supports master-detail data presentation. Each master grid can be linked to multiple detail grids. The DetailRows property provides methods that allow you to expand/collapse detail rows you desire. Use the VisibleCount property to obtain the number of expanded detail rows.

To learn more, see Expanding and Collapsing Detail Rows.

See Also