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

#Declaration

[XtraSerializableProperty]
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