Skip to main content

RowInfo.Children Property

Gets a collection of objects that store information about corresponding child rows.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public IEnumerable<RowInfo> Children { get; }

Property Value

Type Description
IEnumerable<RowInfo>

A collection of RowInfo objects that contain information about the current row’s children.

See Also