Skip to main content

ColumnBase.DataControl Property

Gets the data-aware control which owns the column.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataControlBase DataControl { get; }

Property Value

Type Description
DataControlBase

A DataControlBase descendant that represents the data-aware control to which the column belongs.

See Also