GridOptionsDetail.AllowOnlyOneMasterRowExpanded Property
In This Article
Gets or sets a value specifying whether several master rows can be expanded simultaneously.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
#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 Allow |
---|---|
Grid |
|
#Remarks
For detailed information on expanding and collapsing master rows, see the Expanding and Collapsing Master Rows topic.
See Also