Skip to main content
ON

DetailFormViewModelBase.DataControlContext Property

Gets the data control‘s binding context.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public object DataControlContext { get; }

Property Value

Type Description
System.Object

The binding context.

See Also