FilteringUIFormViewModel.DataControlContext Property
Returns the object that is used to specify the data control binding context.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public object DataControlContext { get; }
Property Value
Type | Description |
---|---|
System.Object | An object that specifies the data control context. |
See Also