aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapgridviewadaptivitysettings.md
Provides access to the settings allowing you to customize the adaptive detail row layout.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewFormLayoutProperties AdaptiveDetailLayoutProperties { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AdaptiveDetailLayoutProperties As BootstrapGridViewFormLayoutProperties
| Type | Description |
|---|---|
| BootstrapGridViewFormLayoutProperties |
A BootstrapGridViewFormLayoutProperties object that contains layout settings.
|
You can access this nested property as listed below:
| Object Type | Path to AdaptiveDetailLayoutProperties |
|---|---|
| BootstrapGridView |
.SettingsAdaptivity .AdaptiveDetailLayoutProperties
|
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 BootstrapGridViewFormLayoutProperties.Items collection.
Note
View the Demo To see this feature in action, please refer to the following online demo: Adaptive Layout with Form Layout
See Also
BootstrapGridViewAdaptivitySettings Class