Skip to main content
ON

DetailFormViewModelBase.DataControl Property

Gets the data control ( DataGridView or DXCollectionView ) associated with the detail form.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public object DataControl { get; }

Property Value

Type Description
System.Object

A data control object.

See Also