BootstrapGridViewAdaptivitySettings.AdaptiveDetailLayoutProperties Property
Provides access to the settings allowing you to customize the adaptive detail row layout.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewFormLayoutProperties AdaptiveDetailLayoutProperties { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Adaptive |
---|---|
Bootstrap |
|
#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 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