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.v19.2.dll

Syntax
C# |
public bool IsRecursiveExpand { get; set; }
|
VB |
Public Property IsRecursiveExpand As Boolean
|
Property value
Type: Boolean
true to expand child group rows at all nesting levels when expanding their parent group row; otherwise, false.

Remarks

See Also