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