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

GridViewImages.ParentGroupRows Property

Gets the settings of an image used to indicate to which group the data rows belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties ParentGroupRows { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

Remarks

Rows that belong to one group can be displayed on different pages. This occurs when the number of rows contained within a group exceeds the maximum number of rows that can be displayed on a page. In this instance, to indicate that rows belong to a group, the ParentGroupRows image is displayed within the top data row(s). Hovering over this image displays parent group rows.

veParentRow

See Also