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

GridViewStyles.GroupRow Property

Gets the style settings used to paint group rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewGroupRowStyle GroupRow { get; }

Property Value

Type Description
GridViewGroupRowStyle

A GridViewGroupRowStyle object that contains style settings used to paint group rows.

Remarks

The style settings used to paint the currently focused group row can be accessed via the GridViewStyles.FocusedGroupRow property.

See Also