GridViewStyles.Row Property
In This Article
Gets the style settings used to paint data rows.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewDataRowStyle Row { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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