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

GridOptionsDetail.AllowOnlyOneMasterRowExpanded Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual 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
GridView
.OptionsDetail .AllowOnlyOneMasterRowExpanded

Remarks

For detailed information on expanding and collapsing master rows, see the Expanding and Collapsing Master Rows topic.

See Also