Skip to main content

ColumnInfo.Children Property

Returns the list of ColumnInfo objects associated with columns owned by this column.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual List<ColumnInfo> Children { get; }

Property Value

Type Description
List<ColumnInfo>

A List<ColumnInfo> object that stores ColumnInfo objects associated with this column’s children.

See Also