RowInfo.Children Property
Gets a collection of objects that store information about corresponding child rows.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<RowInfo> | A collection of RowInfo objects that contain information about the current row’s children. |
See Also