aspnet-devexpress-dot-web-dot-aspxgridviewadaptivitysettings-1e1730e0.md
Specifies whether several adaptive detail rows can be expanded simultaneously.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
public bool AllowOnlyOneAdaptiveDetailExpanded { get; set; }
<DefaultValue(False)>
Public Property AllowOnlyOneAdaptiveDetailExpanded As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if expanding an adaptive detail row collapses the previously expanded row; false if several adaptive detail rows can be expanded simultaneously.
|
You can access this nested property as listed below:
| Library | Object Type | Path to AllowOnlyOneAdaptiveDetailExpanded |
|---|---|---|
| ASP.NET MVC Extensions | GridViewSettings |
.SettingsAdaptivity .AllowOnlyOneAdaptiveDetailExpanded
| | ASP.NET Web Forms Controls | ASPxGridView |
.SettingsAdaptivity .AllowOnlyOneAdaptiveDetailExpanded
|
When the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCellsWindowLimit , you can use the AllowOnlyOneAdaptiveDetailExpanded property to specify whether several adaptive detail rows can be expanded simultaneously.
See Also
ASPxGridViewAdaptivitySettings Class