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

GridControl.IsRecursiveExpand Property

Gets or sets whether child group rows at all nesting levels are automatically expanded when expanding their parent group row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public bool IsRecursiveExpand { get; set; }

Property Value

Type Description
Boolean

true to expand child group rows at all nesting levels when expanding their parent group row; otherwise, false.

Remarks

To learn more, see Expanding and Collapsing Group Rows.

See Also