DXPopupSettings.BindingContext Property
Gets or sets the binding context of the pop-up view. This is a bindable property.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public object BindingContext { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The binding context of the pop-up view. |
See Also