Class LoadOnDemandCommandContext
Inheritance
System.Object
LoadOnDemandCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class LoadOnDemandCommandContext : Object
Properties
BindingContext
Gets the underlying binding context.
Declaration
public object BindingContext { get; }
Property Value
System.Object
|
View
Gets the view to which this context is associated with.
Declaration
public object View { get; }
Property Value
System.Object
|