ColumnInfo.Children Property
In This Article
Returns the list of ColumnInfo objects associated with columns owned by this column.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public virtual List<ColumnInfo> Children { get; }
#Property Value
Type | Description |
---|---|
List<Column |
A List<Column |
See Also