ClassLoadOnDemandContext
Represents the context that is passed to the load on demand visual element.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class LoadOnDemandContext : INotifyPropertyChanged
Inheritance: objectLoadOnDemandContext
Implements:
Constructors
LoadOnDemandContext()
Declaration
public LoadOnDemandContext()
Properties
Grid
Gets the RadDataGrid instance that provides the load on demand context.
IsDataLoading
Gets or sets a value indicating whether load on demand is loading data.
Methods
HideLoadOnDemandLoadingIndicator()
Notify the view that load on demand is completed.
Declaration
public void HideLoadOnDemandLoadingIndicator()
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
protected void OnPropertyChanged(string changedPropertyName = "")
Parameters
changedPropertyName
PropertyChangedOverride(string)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected virtual void PropertyChangedOverride(string changedPropertyName)
Parameters
changedPropertyName
ShowLoadOnDemandLoadingIndicator()
Notify the view that load on demand is executed.
Declaration
public void ShowLoadOnDemandLoadingIndicator()
Events
PropertyChanged
Occurs immediately after a property of this instance has changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements