ColumnBase.DataControl Property
In This Article
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 |
---|---|
Data |
A Data |
See Also