Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public GridViewDataRowStyle AdaptiveDetailRow { get; }

    Property Value

    Type Description
    GridViewDataRowStyle

    Style settings.

    Remarks

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