Provides access to the settings allowing you to customize the adaptive detail row layout.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
[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. |
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.
View the Demo To see this feature in action, please refer to the following online demo: Adaptive Layout with Form Layout