Skip to main content
A newer version of this page is available. .

RowInfo.Children Property

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

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, 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