WebDataDetailRows Class
In This Article
Provides methods used to expand/collapse master rows.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class WebDataDetailRows :
WebDataSelectionBase
#Related API Members
The following members return WebDataDetailRows objects:
#Remarks
The WebDataDetailRows provides methods that allow you to expand/collapse individual master rows, and all rows simultaneously, obtain the number of visible detail rows, etc.
To learn more, see Expanding and Collapsing Detail Rows.
#Inheritance
Object
WebDataSelectionBase
WebDataDetailRows
See Also