Back to Devexpress

DataViewBase.DataControl Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-c247e5fd.md

latest1.6 KB
Original Source

DataViewBase.DataControl Property

Gets the data-aware control (e.g., GridControl, TreeListControl) which owns the current View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataControlBase DataControl { get; }
vb
Public ReadOnly Property DataControl As DataControlBase

Property Value

TypeDescription
DataControlBase

A DataControlBase descendant (e.g., GridControl, TreeListControl) that represents the data-aware control to which the current View belongs.

|

Remarks

To learn more, see Creating and Assigning Views.

See Also

GridControl.View

TreeListControl.View

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace