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.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewFormLayoutProperties AdaptiveDetailLayoutProperties { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewFormLayoutProperties | A BootstrapGridViewFormLayoutProperties object that contains layout settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AdaptiveDetailLayoutProperties |
---|---|
BootstrapGridView |
|
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