ColumnInfo.Children Property
Returns the list of ColumnInfo objects associated with columns owned by this column.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| List<ColumnInfo> | A List<ColumnInfo> object that stores ColumnInfo objects associated with this column’s children. |
See Also