Enum
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.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public enum LoadOnDemandMode

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

cs-api-definition
Automatic = 0

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

cs-api-definition
Manual = 1

Field Value

LoadOnDemandMode

In this article
DefinitionFieldsAutomaticManual
Not finding the help you need?
Contact Support