Back to Devexpress

ASPxGridViewAdaptivitySettings.AdaptiveDetailColumnCount Property

aspnet-devexpress-dot-web-dot-aspxgridviewadaptivitysettings-ab5e2510.md

latest1.9 KB
Original Source

ASPxGridViewAdaptivitySettings.AdaptiveDetailColumnCount Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(1)]
public int AdaptiveDetailColumnCount { get; set; }
vb
<DefaultValue(1)>
Public Property AdaptiveDetailColumnCount As Integer

Property Value

TypeDefaultDescription
Int321

An integer that specifies the number of columns.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AdaptiveDetailColumnCount
ASP.NET MVC ExtensionsGridViewSettings

.SettingsAdaptivity .AdaptiveDetailColumnCount

| | ASP.NET Web Forms Controls | ASPxGridView |

.SettingsAdaptivity .AdaptiveDetailColumnCount

|

Remarks

See Also

Adaptivity

ASPxGridViewAdaptivitySettings Class

ASPxGridViewAdaptivitySettings Members

DevExpress.Web Namespace