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

GridViewStyles.SelectedRow Property

Gets the selected data rows style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewDataRowStyle SelectedRow { get; }

Property Value

Type Description
GridViewDataRowStyle

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

Remarks

Note

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

See Also