Back to Devexpress

GridControl.IsRecursiveExpand Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-afdff96f.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsRecursiveExpand { get; set; }
vb
Public Property IsRecursiveExpand As Boolean

Property Value

TypeDescription
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

AutoExpandAllGroups

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace