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

ColumnInfo.Children Property

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public virtual List<ColumnInfo> Children { get; }

Property Value

Type Description
List<ColumnInfo>

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

See Also