Skip to main content
Tab

GridViewStyles.DetailRow Property

Gets the style settings used to paint detail rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataRowStyle DetailRow { get; }

Property Value

Type Description
GridViewDataRowStyle

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

See Also