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

GridViewStyles.FocusedRow Property

Gets the style settings used to paint the currently focused data row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewDataRowStyle FocusedRow { get; }

Property Value

Type Description
GridViewDataRowStyle

A GridViewDataRowStyle object that provides style settings used to paint the currently focused data row.

Remarks

To specify style settings used to paint data rows, use the GridViewStyles.Row property.

Note

The FocusedRow property is not in effect if cell merging is enabled.

See Also