Back to Devexpress

BootstrapGridViewAdaptivitySettings.AdaptiveDetailLayoutProperties Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapgridviewadaptivitysettings.md

latest2.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewFormLayoutProperties AdaptiveDetailLayoutProperties { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AdaptiveDetailLayoutProperties As BootstrapGridViewFormLayoutProperties

Property Value

TypeDescription
BootstrapGridViewFormLayoutProperties

A BootstrapGridViewFormLayoutProperties object that contains layout settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AdaptiveDetailLayoutProperties
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 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

Grid View

Adaptivity

BootstrapGridViewAdaptivitySettings Class

BootstrapGridViewAdaptivitySettings Members

DevExpress.Web.Bootstrap Namespace