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

GridViewStyles.AdaptiveDetailRow Property

Gets the style settings used to paint the detail rows when the grid is in adaptive mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataRowStyle AdaptiveDetailRow { get; }

Property Value

Type Description
GridViewDataRowStyle

Style settings.

Remarks

<dx:ASPxGridView>
    ...
    <Styles>
        <AdaptiveDetailRow BackColor="Gray" />
    </Styles>
</dx:ASPxGridView>
See Also