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

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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public ColumnInfo Parent { get; set; }

Property Value

Type Description
ColumnInfo

A ColumnInfo object associated with this column’s parent.

See Also