GridViewStyles.AdaptiveDetailRow Property
In This Article
Gets the style settings used to paint the detail rows when the grid is in adaptive mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewDataRowStyle AdaptiveDetailRow { get; }
#Property Value
Type | Description |
---|---|
Grid |
Style settings. |
#Remarks
<dx:ASPxGridView>
...
<Styles>
<AdaptiveDetailRow BackColor="Gray" />
</Styles>
</dx:ASPxGridView>
See Also