Skip to main content
ON

DetailFormViewModelBase.Context Property

Gets the object that contains properties used as binding targets.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public object Context { get; }

Property Value

Type Description
System.Object

An object that specifies a binding context.

See Also