ASPxGridViewAdaptivitySettings.AdaptiveDetailColumnCount Property
Gets or sets the number of columns in an adaptive detail row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxGridView |
|
ASP.NET MVC Extensions | GridViewSettings |
|
Remarks
See Also