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

GridViewStyles.Row Property

Gets the style settings used to paint data rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewDataRowStyle Row { get; }

Property Value

Type Description
GridViewDataRowStyle

A GridViewDataRowStyle object that provides style settings used to paint data rows.

Remarks

To specify style settings used to paint selected data rows and the currently focused data row, use the GridViewStyles.SelectedRow and GridViewStyles.FocusedRow properties, respectively. The appearance of group rows can be customized via the GridViewStyles.GroupRow and GridViewStyles.FocusedGroupRow properties.

See Also