Class LoadOnDemandMode
Specifies the mode for load-on-demand functionality in data controls. This enumeration defines how additional data is loaded when the user reaches the end of the currently loaded data.
Inheritance
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class LoadOnDemandMode : Enum
Fields
Automatic
Load-on-demand is triggered automatically when the user scrolls to the end of the data. The control will automatically request more data without requiring user interaction.
Declaration
public const LoadOnDemandMode Automatic
Field Value
LoadOnDemandMode
|
Manual
Load-on-demand requires manual user interaction to trigger loading more data. The user must explicitly request more data, typically through a button or gesture.
Declaration
public const LoadOnDemandMode Manual
Field Value
LoadOnDemandMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|