Skip to main content
Tab

ASPxGridViewDetailSettings.AllowOnlyOneMasterRowExpanded Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to AllowOnlyOneMasterRowExpanded
ASPxGridView
.SettingsDetail .AllowOnlyOneMasterRowExpanded
GridViewProperties
.SettingsDetail .AllowOnlyOneMasterRowExpanded
See Also