Skip to main content

DataViewBase.DataControl Property

Gets the data-aware control which owns the current View.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public DataControlBase DataControl { get; }

#Property Value

Type Description
DataControlBase

A DataControlBase descendant that is the data-aware control to which the current View belongs.

#Remarks

To learn more, see Creating and Assigning Views.

See Also