Back to Devexpress

ASPxGridViewAdaptivitySettings.AllowOnlyOneAdaptiveDetailExpanded Property

aspnet-devexpress-dot-web-dot-aspxgridviewadaptivitysettings-1e1730e0.md

latest2.4 KB
Original Source

ASPxGridViewAdaptivitySettings.AllowOnlyOneAdaptiveDetailExpanded Property

Specifies whether several adaptive detail rows can be expanded simultaneously.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool AllowOnlyOneAdaptiveDetailExpanded { get; set; }
vb
<DefaultValue(False)>
Public Property AllowOnlyOneAdaptiveDetailExpanded As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if expanding an adaptive detail row collapses the previously expanded row; false if several adaptive detail rows can be expanded simultaneously.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AllowOnlyOneAdaptiveDetailExpanded
ASP.NET MVC ExtensionsGridViewSettings

.SettingsAdaptivity .AllowOnlyOneAdaptiveDetailExpanded

| | ASP.NET Web Forms Controls | ASPxGridView |

.SettingsAdaptivity .AllowOnlyOneAdaptiveDetailExpanded

|

Remarks

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

Adaptivity

Grid View

ASPxGridViewAdaptivitySettings Class

ASPxGridViewAdaptivitySettings Members

DevExpress.Web Namespace