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

ASPxGridViewDetailSettings.AllowOnlyOneMasterRowExpanded Property

Gets or sets whether several master rows can be expanded simultaneously.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AllowOnlyOneMasterRowExpanded { get; set; }

Property Value

Type Default Description
Boolean **false**

true if expanding a master row collapses the previously expanded row; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowOnlyOneMasterRowExpanded
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsDetail.AllowOnlyOneMasterRowExpanded
GridViewProperties
.SettingsDetail.AllowOnlyOneMasterRowExpanded
GridViewSettings
.SettingsDetail.AllowOnlyOneMasterRowExpanded
GridViewSettings<RowType>
.SettingsDetail.AllowOnlyOneMasterRowExpanded
MVCxGridView
.SettingsDetail.AllowOnlyOneMasterRowExpanded
MVCxGridViewProperties
.SettingsDetail.AllowOnlyOneMasterRowExpanded
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsDetail.AllowOnlyOneMasterRowExpanded
See Also