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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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