Skip to main content

ColumnInfo.Parent Property

Gets or sets the ColumnInfo object related to a column that owns this column.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ColumnInfo Parent { get; set; }

Property Value

Type Description
ColumnInfo

A ColumnInfo object associated with this column’s parent.

See Also