Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

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