FilteringUIContext.DataControlContext Property
Returns the binding context of the data control.
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 binding context for the data control.’ |
See Also