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

ASPxGridViewAdaptivitySettings.AdaptiveDetailLayoutProperties Property

Provides access to the settings allowing you to customize the adaptive detail row layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewFormLayoutProperties AdaptiveDetailLayoutProperties { get; }

Property Value

Type Description
GridViewFormLayoutProperties

A GridViewFormLayoutProperties object that contains layout settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AdaptiveDetailLayoutProperties
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsAdaptivity.AdaptiveDetailLayoutProperties
GridViewSettings
.SettingsAdaptivity.AdaptiveDetailLayoutProperties
GridViewSettings<RowType>
.SettingsAdaptivity.AdaptiveDetailLayoutProperties
MVCxGridView
.SettingsAdaptivity.AdaptiveDetailLayoutProperties
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsAdaptivity.AdaptiveDetailLayoutProperties

Remarks

When the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCellsWindowLimit, you can use the AdaptiveDetailLayoutProperties property to provide a custom adaptive detail row layout.

Note, that settings provided by the AdaptiveDetailLayoutProperties property affect the custom layout only, i.e., items contained in the GridViewFormLayoutProperties.Items collection.

Online Demo

Adaptive Layout with Form Layout

See Also