DetailFormViewModelBase.Context Property
Gets or sets the object that contains the properties you can use as binding targets.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
Object | An object that specifies a binding context. |
See Also