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

GridViewStyles.DetailRow Property

Gets the style settings used to paint detail rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewDataRowStyle DetailRow { get; }

Property Value

Type Description
GridViewDataRowStyle

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

See Also