DetailFormViewModelBase.Context Property
In This Article
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
C#
public object Context { get; }
#Property Value
Type | Description |
---|---|
System. |
An object that specifies a binding context. |
See Also