Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewAdaptivitySettings.AdaptiveDetailColumnCount Property

Gets or sets the number of columns in an adaptive detail row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(1)]
public int AdaptiveDetailColumnCount { get; set; }

Property Value

Type Default Description
Int32 1

An integer that specifies the number of columns.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AdaptiveDetailColumnCount
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsAdaptivity .AdaptiveDetailColumnCount
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsAdaptivity .AdaptiveDetailColumnCount
ASP.NET MVC Extensions GridViewSettings
.SettingsAdaptivity .AdaptiveDetailColumnCount
GridViewSettings<RowType>
.SettingsAdaptivity .AdaptiveDetailColumnCount
MVCxGridView
.SettingsAdaptivity .AdaptiveDetailColumnCount

Remarks

Adaptivity_HideShowButtons

See Also